summaryrefslogtreecommitdiff
path: root/support/gnome-argp.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-06-28 16:20:00 +0000
committernobody <nobody@localhost>2003-06-28 16:20:00 +0000
commitcc3375acefc337eb425d38fd41e42557b6291e6d (patch)
treee521429188462e4446c632b5bd4b6f333e589995 /support/gnome-argp.c
parent76b647b4d1f9d146319f35c8440040612f8590ab (diff)
downloadshared-mime-info-gtk-tree-model.tar.gz
This commit was manufactured by cvs2svn to create branchgtk-tree-model
'gtk-tree-model'. svn path=/branches/gtk-tree-model/; revision=3028
Diffstat (limited to 'support/gnome-argp.c')
-rw-r--r--support/gnome-argp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/support/gnome-argp.c b/support/gnome-argp.c
deleted file mode 100644
index 8f908628..00000000
--- a/support/gnome-argp.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Gnome-specific code to help with argp integration.
- Written by Tom Tromey <tromey@cygnus.com>. */
-
-#include <config.h>
-
-#ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
-char *program_invocation_short_name;
-#endif
-
-#ifndef HAVE_PROGRAM_INVOCATION_NAME
-char *program_invocation_name;
-#endif