summaryrefslogtreecommitdiff
path: root/src/interface/Checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Checkbox.cpp')
-rw-r--r--src/interface/Checkbox.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/interface/Checkbox.cpp b/src/interface/Checkbox.cpp
index 22c6a42..7caf18b 100644
--- a/src/interface/Checkbox.cpp
+++ b/src/interface/Checkbox.cpp
@@ -1,10 +1,3 @@
-/*
- * Checkbox.cpp
- *
- * Created on: Jan 26, 2012
- * Author: Simon
- */
-
#include "Checkbox.h"
using namespace ui;
@@ -17,7 +10,6 @@ Checkbox::Checkbox(ui::Point position, ui::Point size, std::string text, std::st
checked(false),
actionCallback(NULL)
{
- // TODO Auto-generated constructor stub
}