diff src/ui.h @ 7060:9946001989a3

[gaim-migrate @ 7623] show_add_buddy, show_add_chat, and show_add_group are gone, replaced with the new core/UI split gaim_blist_request_add_{buddy,chat,group}. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 05:48:42 +0000
parents 083d1e4a9c78
children 807aba537663
line wrap: on
line diff
--- a/src/ui.h	Tue Sep 30 05:46:16 2003 +0000
+++ b/src/ui.h	Tue Sep 30 05:48:42 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -24,23 +24,6 @@
 #ifndef _UI_H_
 #define _UI_H_
 
-#if 0
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtk/gtk.h>
-#include <gdk-pixbuf/gdk-pixbuf.h>
-
-#include "core.h"
-#include "gtkconv.h"
-#include "pounce.h"
-#include "gtkft.h"
-#include "gtkprefs.h"
-#include "gtkutils.h"
-#include "stock.h"
-#endif
-
 #include "account.h"
 #include "conversation.h"
 
@@ -144,9 +127,6 @@
 extern void show_warn_dialog(GaimConnection *, char *);
 extern void show_im_dialog();
 extern void show_info_dialog();
-extern void show_add_buddy(GaimConnection *, char *, char *, char *);
-extern void show_add_chat(GaimAccount *, GaimGroup *);
-extern void show_add_group(GaimConnection *);
 extern void destroy_all_dialogs();
 extern void show_import_dialog();
 extern void show_export_dialog();