diff src/about.c @ 3472:d33ec392a5e1

[gaim-migrate @ 3523] Rob McQueen went and removed all the GTK version preprocessor statements. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 21:40:08 +0000
parents 0a7af6d4d2a0
children cfbdfe334975
line wrap: on
line diff
--- a/src/about.c	Thu Aug 29 21:12:00 2002 +0000
+++ b/src/about.c	Thu Aug 29 21:40:08 2002 +0000
@@ -69,15 +69,6 @@
 	return VERSION;
 }
 
-gboolean is_applet()
-{
-#ifdef USE_APPLET
-	return TRUE;
-#else
-	return FALSE;
-#endif
-}
-
 void show_about(GtkWidget *w, void *null)
 {
 	GtkWidget *vbox;