Skip to content

Commit bf16534

Browse files
Removed unused initiation. Use ObjectManager instead
1 parent 538e773 commit bf16534

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Source/GUI/Window.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@ void AppMainWindow::InitiationObject() {
5757

5858
Utils::MakeSmartPtr<ComponentsManager>(__TOOLKIT__);
5959
Utils::MakeSmartPtr<Object>(objectManager);
60-
Utils::MakeSmartPtr<ConnectButton>(getButton);
6160
Utils::MakeSmartPtr<GUI_Manager>(manager_GUI);
6261

6362
objectManager->InitiationObjects();
64-
settingButton = new SettingButton();
65-
disconnectButton = new DisconnectButton();
6663
}
6764

6865
void AppMainWindow::SetupApplicationGUI() {

0 commit comments

Comments
 (0)