summaryrefslogtreecommitdiff
path: root/src/interface/Slider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Slider.cpp')
-rw-r--r--src/interface/Slider.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/interface/Slider.cpp b/src/interface/Slider.cpp
index d5639cb..3ada74f 100644
--- a/src/interface/Slider.cpp
+++ b/src/interface/Slider.cpp
@@ -1,10 +1,3 @@
-/*
- * Slider.cpp
- *
- * Created on: Mar 3, 2012
- * Author: Simon
- */
-
#include <iostream>
#include "Slider.h"
#include "Colour.h"
@@ -20,7 +13,6 @@ Slider::Slider(Point position, Point size, int steps):
col1(0, 0, 0, 0),
col2(0, 0, 0, 0)
{
- // TODO Auto-generated constructor stub
}