loudmouth/lm-simple-io.h
changeset 427 812fadb163f3
parent 426 ab47db6da589
child 428 a2e6e58c38b8
--- a/loudmouth/lm-simple-io.h	Sun Jun 22 23:42:12 2008 +0200
+++ b/loudmouth/lm-simple-io.h	Sun Jun 22 23:45:23 2008 +0200
@@ -41,14 +41,6 @@
 
 struct LmSimpleIOClass {
 	GObjectClass parent_class;
-	
-	/* <vtable> */
-	void  (*initialize)    (LmSimpleIO     *simple_io,
-				const char *username,
-				const char *server,
-				const char *password);
-	void  (*begin)         (LmSimpleIO     *simple_io);
-	void  (*cancel)        (LmSimpleIO     *simple_io);
 };
 
 GType   lm_simple_io_get_type  (void);