diff -r f0769402350c -r 18bb6d1fc9d9 QTfrontend/ui/page/pageroomslist.h --- a/QTfrontend/ui/page/pageroomslist.h Mon Dec 02 17:13:22 2013 +0100 +++ b/QTfrontend/ui/page/pageroomslist.h Mon Dec 02 23:20:07 2013 +0400 @@ -55,7 +55,6 @@ QPushButton * BtnCreate; QPushButton * BtnJoin; QPushButton * BtnAdmin; - QPushButton * BtnClear; QComboBox * CBState; HWChatWidget * chatWidget; QLabel * lblCount; @@ -82,7 +81,6 @@ void onCreateClick(); void onJoinClick(); void onRefreshClick(); - void onClearClick(); void onJoinConfirmation(const QString &); void onSortIndicatorChanged(int logicalIndex, Qt::SortOrder order); void onFilterChanged();