diff options
Diffstat (limited to 'plugins/Import/import.h')
-rw-r--r-- | plugins/Import/import.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Import/import.h b/plugins/Import/import.h index 78e2715fe0..cbb6111a35 100644 --- a/plugins/Import/import.h +++ b/plugins/Import/import.h @@ -96,10 +96,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_CONTACTS 4096
#define IOPT_GROUPS 8192
-
-struct MM_INTERFACE mmi;
-struct UTF8_INTERFACE utfi;
-
void AddMessage( const char* fmt, ... );
int CreateGroup(BYTE type, const char* name, HANDLE hContact);
|