Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-10-31 17:40:28 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-10-31 17:40:28 (GMT)
commit81c134286178c1b09b7505c1a9e8fba0c612fe1f (patch)
treef6106e7f60d723e279bf41b9801f4e8e9435c867 /shell/ev-view-private.h
parent973e7f54f89b94cb7eae1f1e33befa424142cb3f (diff)
Removed shell/ev-view-private.h
2008-10-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: * properties/ev-properties-view.c: * shell/Makefile.am: * shell/ev-tooltip.[ch]: Removed * shell/ev-view-private.h * shell/eggfindbar.c: * shell/ev-application.c: * shell/ev-open-recent-action.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-view.c: * shell/ev-window.c: Bump GTK+ requirement to 2.12. svn path=/trunk/; revision=3242
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 0643fa8..c894440 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -169,12 +169,6 @@ 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;
GtkWidget *goto_entry;