X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=backend%2Fdjvu%2Fdjvu-document-private.h;h=2ec9b67a336af0af7ebb32975420af8b8e548280;hb=ab0edaffd2f1790ec8ac7ac17f90e0a8007b92cd;hp=30810bbc43c70fc4a319b0a4e62c4cee8f4a1521;hpb=b319a23ddba7c54078aefaae57a036d25a1e5c4b;p=evince.git diff --git a/backend/djvu/djvu-document-private.h b/backend/djvu/djvu-document-private.h index 30810bbc..2ec9b67a 100644 --- a/backend/djvu/djvu-document-private.h +++ b/backend/djvu/djvu-document-private.h @@ -15,19 +15,18 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __DJVU_DOCUMENT_INTERNAL_H__ #define __DJVU_DOCUMENT_INTERNAL_H__ #include "djvu-document.h" -#include "djvu-text.h" #include struct _DjvuDocument { - GObject parent_instance; + EvDocument parent_instance; ddjvu_context_t *d_context; ddjvu_document_t *d_document; @@ -36,8 +35,6 @@ struct _DjvuDocument { gchar *uri; - DjvuText *search; - /* PS exporter */ gchar *ps_filename; GString *opts;