diff --git a/src/pokerth.cpp b/src/pokerth.cpp index 2cacadd5..ff774a04 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -133,14 +133,7 @@ int main( int argc, char **argv ) /////////////////////////////////////////////////// - boost::shared_ptr(new startWindowImpl(myConfig)); -// boost::shared_ptr myGuiInterface(new GuiWrapper(myConfig)); -// { -// boost::shared_ptr session(new Session(myGuiInterface.get(), myConfig)); -// session->init(); // TODO handle error -// myGuiInterface->setSession(session); -// } - + startWindowImpl *mainWin = new startWindowImpl(myConfig); int retVal = a.exec(); curl_global_cleanup();