clean up MainWindow removed not used code for openfile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1951 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-01 13:28:56 +00:00
parent 6144bb2b25
commit 5fb8107779
2 changed files with 8 additions and 106 deletions

View file

@ -50,8 +50,6 @@ class PeerStatus;
class NATStatus;
class RatesStatus;
void openFile(std::string path);
class MainWindow : public RWindow
{
Q_OBJECT
@ -103,7 +101,6 @@ public slots:
/** Shows the config dialog with focus set to the given page. */
void showWindow(Page page);
void playFiles(QStringList files);
void updateHashingInfo(const QString&) ;
protected: