grim/guifications3

Parents 620a7ced9855
Children 2e22ea40b80f
removed gf_lib_get_configure_args since we don't have any configure args anymore ;)
--- a/gflib/gflib/gf_core.c Tue May 17 21:41:25 2011 -0500
+++ b/gflib/gflib/gf_core.c Tue May 17 21:43:55 2011 -0500
@@ -156,22 +156,6 @@
}
/**
- * gf_lib_get_configure_args:
- *
- * Gets the configure arguments that were used to build gflib.
- *
- * Return Value: The configure arguments that were used to build gflib.
- */
-const gchar *
-gf_lib_get_configure_args(void) {
-#ifdef CONFIG_ARGS
- return CONFIG_ARGS;
-#else
- return "";
-#endif
-}
-
-/**
* gf_lib_get_version:
*
* Gets the version of gflib.
--- a/gflib/gflib/gf_core.h Tue May 17 21:41:25 2011 -0500
+++ b/gflib/gflib/gf_core.h Tue May 17 21:43:55 2011 -0500
@@ -26,7 +26,6 @@
void gf_lib_init(gint *argc, gchar ***argv);
void gf_lib_uninit(void);
-const gchar *gf_lib_get_configure_args(void);
const gchar *gf_lib_get_version(void);
const gchar *gf_lib_get_lib_version(void);
const gchar *gf_lib_get_website(void);