Tweaks to the GUI for removal of RsIface class.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6585 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-08-21 21:39:40 +00:00
parent f93ed1fb6e
commit a45a70a1d5
5 changed files with 13 additions and 31 deletions

View file

@ -108,11 +108,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(images);
rsiface = NULL;
NotifyQt *notify = NotifyQt::Create();
createRsIface(*notify);
createRsControl(*rsiface, *notify);
createRsControl(*notify);
/* RetroShare Core Objects */
RsInit::InitRsConfig();