[eog] Remove obsoleted compatibility code for GTK+-2.90.5 and earlier



commit 3812bc21f5ec30b32974dcbd5f86ca2685f9aa33
Author: Felix Riemann <friemann gnome org>
Date:   Sat Jul 23 20:04:03 2011 +0200

    Remove obsoleted compatibility code for GTK+-2.90.5 and earlier
    
    We have a dependency on at least version 3.0.2 already.

 src/eog-properties-dialog.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/eog-properties-dialog.c b/src/eog-properties-dialog.c
index 8f16b15..decae7d 100644
--- a/src/eog-properties-dialog.c
+++ b/src/eog-properties-dialog.c
@@ -491,11 +491,7 @@ pd_close_button_clicked_cb (GtkButton *button,
 
 static gboolean
 eog_properties_dialog_page_switch (GtkNotebook     *notebook,
-#if GTK_CHECK_VERSION (2, 90, 6)
 				   GtkWidget       *page,
-#else
-				   GtkNotebookPage *page,
-#endif
 				   gint             page_index,
 				   EogPropertiesDialog *prop_dlg)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]