removed support for channels

- this is now explicitly only for forums

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2829 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-05-02 12:21:20 +00:00
parent bfa2da61f5
commit 352c4559ad
2 changed files with 13 additions and 75 deletions

View file

@ -32,7 +32,7 @@ class CreateForum : public QDialog
Q_OBJECT
public:
CreateForum(QWidget *parent = 0, bool isForum = true);
CreateForum(QWidget *parent = 0);
void newForum(); /* cleanup */
@ -51,13 +51,6 @@ private slots:
void createForum();
void cancelForum();
void addChannelLogo();
private:
bool mIsForum;
};
#endif