summaryrefslogtreecommitdiffstats
path: root/src/ui/studio.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-09-27 16:49:00 +0200
committerkrzys-h <krzys_h@interia.pl>2014-09-27 16:49:00 +0200
commitc29ef4ec41cc062c4dbc14af8736c5e1c7c25f02 (patch)
tree97384eed4eab007876332a51389ad20708c62d1c /src/ui/studio.cpp
parentd3eaf2e1ce9e1275bc0c68be890a939fca666909 (diff)
downloadcolobot-c29ef4ec41cc062c4dbc14af8736c5e1c7c25f02.tar.gz
colobot-c29ef4ec41cc062c4dbc14af8736c5e1c7c25f02.tar.bz2
colobot-c29ef4ec41cc062c4dbc14af8736c5e1c7c25f02.zip
Fixed some warnings
Removed unused variables and fixed signed/unsigned comparation warnings
Diffstat (limited to 'src/ui/studio.cpp')
-rw-r--r--src/ui/studio.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/studio.cpp b/src/ui/studio.cpp
index 91e4ea2..52bb8d6 100644
--- a/src/ui/studio.cpp
+++ b/src/ui/studio.cpp
@@ -850,7 +850,6 @@ bool CStudio::StopEditScript(bool bCancel)
{
CWindow* pw;
CEdit* edit;
- CButton* button;
pw = static_cast< CWindow* >(m_interface->SearchControl(EVENT_WINDOW3));
if ( pw == nullptr ) return false;