From: Rob Norris Date: Sat, 26 Oct 2013 16:47:55 +0000 (+0100) Subject: [QA] Remove redundant GTK checks for > 2.10, since we need 2.16. X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/c7366018cd5884376bdf5384d541474ccb8e7bd6 [QA] Remove redundant GTK checks for > 2.10, since we need 2.16. --- diff --git a/src/menu.xml.h b/src/menu.xml.h index 50160f1f..0086a8fe 100644 --- a/src/menu.xml.h +++ b/src/menu.xml.h @@ -38,9 +38,7 @@ static const char *menu_xml = " " " " " " -#if GTK_CHECK_VERSION(2,10,0) " " -#endif " " " " " " @@ -123,9 +121,7 @@ static const char *menu_xml = " " " " " " -#if GTK_CHECK_VERSION(2,10,0) " " -#endif " " " " " " diff --git a/src/print-preview.h b/src/print-preview.h index 89bc4aa5..623ff5b6 100644 --- a/src/print-preview.h +++ b/src/print-preview.h @@ -16,8 +16,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if GTK_CHECK_VERSION(2,10,0) - #ifndef __VIK_PRINT_PREVIEW_H__ #define __VIK_PRINT_PREVIEW_H__ @@ -91,5 +89,3 @@ void vik_print_preview_set_use_full_page (VikPrintPreview *preview, G_END_DECLS #endif /* __VIK_PRINT_PREVIEW_H__ */ - -#endif diff --git a/src/print.h b/src/print.h index d2338177..901ee409 100644 --- a/src/print.h +++ b/src/print.h @@ -21,8 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#if GTK_CHECK_VERSION(2,10,0) - #ifndef __VIKING_PRINT_H #define __VIKING_PRINT_H @@ -35,5 +33,3 @@ void a_print(VikWindow *vw, VikViewport *vvp); G_END_DECLS #endif /*__VIKING_PRINT_H*/ - -#endif