]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkUI.h
Add a minimal JubChatClient class and refactor other code to use it
[jubjub.git] / src / gui / gtk / JubGtkUI.h
index add8d76c6fd72e5af0112e039061ff89af8418d3..acf813a6c54901e90590b1f76b91113995f99065 100644 (file)
@@ -9,8 +9,5 @@
 @interface JubGtkUI: OFObject <JubUI>
 {
        JubGtkRosterUI *rosterUI;
-       GtkBuilder *builder;
 }
-
-- initWithConnection: (XMPPConnection*)connection;
 @end