Tweaks to nogui to remove rsiface references.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6586 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-08-21 21:51:36 +00:00
parent a45a70a1d5
commit ed8abf6411
3 changed files with 1 additions and 26 deletions

View file

@ -234,12 +234,9 @@ int main(int argc, char **argv)
* if you want to receive notifications of events */
NotifyTxt *notify = new NotifyTxt();
RsIface *iface = createRsIface(*notify);
RsControl *rsServer = createRsControl(*iface, *notify);
RsControl *rsServer = createRsControl(*notify);
rsicontrol = rsServer ;
notify->setRsIface(iface);
std::string preferredId, gpgId, gpgName, gpgEmail, sslName;
RsInit::getPreferedAccountId(preferredId);