# HG changeset patch # User Mikael Hallendal # Date 1214171123 -7200 # Node ID 812fadb163f3cf242b4192bb8e6d1d3154df2b61 # Parent ab47db6da589a0f49abbe34b5f92d087f6102c77 Removed vtable from LmSimpleIO diff -r ab47db6da589 -r 812fadb163f3 loudmouth/lm-simple-io.h --- 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; - - /* */ - 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);