diff console/gntgaim.c @ 14256:e7de1f6d9f35

[gaim-migrate @ 16938] Mostly minor cleanups committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 21 Aug 2006 03:40:12 +0000
parents c65ed4f6eea8
children 43d9afee9c3c
line wrap: on
line diff
--- a/console/gntgaim.c	Mon Aug 21 03:19:16 2006 +0000
+++ b/console/gntgaim.c	Mon Aug 21 03:40:12 2006 +0000
@@ -249,11 +249,7 @@
 	gaim_plugins_add_search_path(path);
 	g_free(path);
 
-#ifdef LIBDIR
 	gaim_plugins_add_search_path(LIBDIR);
-#else
-	gaim_plugins_add_search_path("/usr/local/lib/gaim");	/* XXX: Remove this after the restructure */
-#endif
 
 	if (!gaim_core_init(GAIM_GNT_UI))
 	{