From a2e9554a372d5ccb8093a493373a2df230ffc304 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Tue, 6 Jan 2015 17:17:52 +0700 Subject: [PATCH] Remove deprecated and unused Gtk::Tooltips instance in GtkUI class --- libs/gtkmm2ext/gtkmm2ext/gtk_ui.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h b/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h index dbe1739ffc..5575a97f5d 100644 --- a/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h +++ b/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h @@ -35,9 +35,6 @@ #include #include -#ifndef GTK_NEW_TOOLTIP_API -#include -#endif #include #include #include @@ -183,9 +180,7 @@ class LIBGTKMM2EXT_API UI : public AbstractUI bool _active; Gtk::Main *theMain; -#ifndef GTK_NEW_TOOLTIP_API - Gtk::Tooltips *tips; -#endif + TextViewer *errors; Glib::RefPtr error_ptag; Glib::RefPtr error_mtag;