PsppSheetViewColumn: Remove inappropriate #ifndef
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 13 May 2013 17:10:29 +0000 (19:10 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 13 May 2013 17:10:29 +0000 (19:10 +0200)
src/ui/gui/pspp-sheet-view-column.h

index c30d1d0124a5e14ce700fd152da70e5be8eb61f7..2ce05bf5d8c47ea37f3fe8a87cb078acf7e153d7 100644 (file)
@@ -141,9 +141,9 @@ void                    pspp_sheet_view_column_pack_end            (PsppSheetVie
                                                                  GtkCellRenderer         *cell,
                                                                  gboolean                 expand);
 void                    pspp_sheet_view_column_clear               (PsppSheetViewColumn       *tree_column);
-#ifndef GTK_DISABLE_DEPRECATED
+
 GList                  *pspp_sheet_view_column_get_cell_renderers  (PsppSheetViewColumn       *tree_column);
-#endif
+
 void                    pspp_sheet_view_column_add_attribute       (PsppSheetViewColumn       *tree_column,
                                                                  GtkCellRenderer         *cell_renderer,
                                                                  const gchar             *attribute,