Drop old unsupported GTK+ conditionals too
[claws.git] / src / noticeview.h
index 72742ce604bf9f05d7ff394edc4870eeea04d30f..bc380e7db08ea985ed77d661af8a2318ae19c7a3 100644 (file)
@@ -40,9 +40,6 @@ struct _NoticeView
        void            (*press2) (NoticeView *, gpointer user_data);
        gboolean         icon_clickable;
        GtkWidget       *evtbox;
-#if !GTK_CHECK_VERSION(2,12,0)
-       GtkTooltips *tooltips;
-#endif
 };
 
 NoticeView     *noticeview_create      (MainWindow     *mainwin);