From 304c79eeb6785efc39576cc89985787c1faea485 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 16 Jan 2005 16:48:54 +0000 Subject: Removed checkbox and dialog stuff. --- src/gui/checkbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/checkbox.cpp') diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp index ed0bb841..f8a9a4ab 100644 --- a/src/gui/checkbox.cpp +++ b/src/gui/checkbox.cpp @@ -32,7 +32,6 @@ CheckBox::CheckBox(const std::string& caption, bool marked): checkBoxChecked = checkBox->getSubImage(9, 0, 9, 10); checkBoxDisabled = checkBox->getSubImage(18, 0, 9, 10); checkBoxDisabledChecked = checkBox->getSubImage(27, 0, 9, 10); - } void CheckBox::drawBox(gcn::Graphics* graphics) { @@ -55,7 +54,7 @@ void CheckBox::drawBox(gcn::Graphics* graphics) { x += 2; y += 2; - if(box != NULL) { + if (box != NULL) { box->draw(buffer, x, y); } } -- cgit v1.2.3-70-g09d2