]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Icons for a new sizes.
[evince.git] / shell / ev-view-private.h
index 4908711fbe06c1e01e88456f4a25b16ffeb713b4..feed78a919b49d0010986b73deea9ad289d10fef 100644 (file)
@@ -78,7 +78,6 @@ struct _EvView {
 
        EvDocument *document;
 
-       char *status;
        char *find_status;
        int find_result;
        gboolean jump_to_find_result;
@@ -143,9 +142,11 @@ struct _EvView {
        /* Image DND */
        ImageDNDInfo image_dnd_info;
 
+#if !GTK_CHECK_VERSION (2, 11, 7)
        /* Links */
        GtkWidget *link_tooltip;
        EvLink *hovered_link;
+#endif
 
        /* Goto Popup */
        GtkWidget *goto_window;