From ed58795eaf03bdee0b1fae8d05ce5b86d17549f7 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 30 Jun 2018 16:15:05 -0600 Subject: Warning-less build All compile warning for -Wall have been fixed --- src/client/menuhandeler.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/menuhandeler.cpp') diff --git a/src/client/menuhandeler.cpp b/src/client/menuhandeler.cpp index 53d38cc..b7c5f48 100644 --- a/src/client/menuhandeler.cpp +++ b/src/client/menuhandeler.cpp @@ -15,8 +15,7 @@ using namespace io; using namespace gui; void loadMenu(const char* name, IrrlichtDevice* device){ - IGUIEnvironment* env = device->getGUIEnvironment(); - IGUIWindow* window = env->addWindow(rect(0,0,200,200),true,L"Menu",0,-1); + } void showMenu(const char* name, IrrlichtDevice* device){ -- cgit v1.2.3-70-g09d2