]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-dialog.h
Merge branch 'debug-window'
[empathy.git] / src / empathy-import-dialog.h
index 14ab33b47904171cd53dd0a83e2afb1a23ee3ac8..0e9d225c4c163114b80f12763401dcdf7555e9bd 100644 (file)
@@ -42,18 +42,6 @@ G_BEGIN_DECLS
   (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_IMPORT_DIALOG,\
       EmpathyImportDialogClass))
 
-typedef struct
-{
-  /* Table mapping CM param string to a GValue */
-  GHashTable *settings;
-  /* Protocol name */
-  gchar *protocol;
-  /* Connection manager name */
-  gchar *connection_manager;
-  /* The name of the account import source */
-  gchar *source;
-} EmpathyImportAccountData;
-
 typedef struct {
   GtkDialog parent;
 
@@ -70,12 +58,6 @@ GType empathy_import_dialog_get_type (void);
 GtkWidget* empathy_import_dialog_new (GtkWindow *parent_window,
     gboolean show_warning);
 
-EmpathyImportAccountData *empathy_import_account_data_new (
-    const gchar *source);
-void empathy_import_account_data_free (EmpathyImportAccountData *data);
-
-gboolean empathy_import_dialog_accounts_to_import (void);
-
 G_END_DECLS
 
 #endif /* __EMPATHY_IMPORT_DIALOG_H__ */