QTfrontend/ui/page/pagenetgame.h
changeset 7823 46f115569045
parent 7015 08642c7da4a3
child 8179 a1ffcb559f99
--- a/QTfrontend/ui/page/pagenetgame.h	Fri Oct 26 10:31:26 2012 -0400
+++ b/QTfrontend/ui/page/pagenetgame.h	Fri Oct 26 17:05:12 2012 +0200
@@ -65,7 +65,6 @@
 
     signals:
         void SetupClicked();
-        void DLCClicked();
         void askForUpdateRoomName(const QString &);
 
     private:
@@ -77,7 +76,6 @@
 
         HistoryLineEdit * leRoomName;
         QPushButton * btnSetup;
-        QPushButton * btnDLC;
 };
 
 #endif