diff src/gtkutils.h @ 7102:c4faffdc0862

[gaim-migrate @ 7667] Move show_usage() to main.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:29:44 +0000
parents acd2a66e59ed
children c47633e9e2a4
line wrap: on
line diff
--- a/src/gtkutils.h	Wed Oct 01 04:14:28 2003 +0000
+++ b/src/gtkutils.h	Wed Oct 01 04:29:44 2003 +0000
@@ -284,14 +284,4 @@
  */
 char *stylize(const gchar *text, int len);
 
-/**
- * Shows the usage options for the gaim binary.
- *
- * @param mode @c 0 for full options, or @c 1 for a short summary.
- * @param name The name of the binary.
- *
- * @todo Move this to the binary, when a library is formed.
- */
-void show_usage(int mode, const char *name);
-
 #endif /* _GAIM_GTK_UTILS_H_ */