]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/draghandle.cpp
Simplify constructors with C++11
[libs/gltk.git] / source / draghandle.cpp
index 067a515c2b533e39bc31dca4f60c872056719c81..c9e7c58d9102970c498ba0a75bce6f1b70c345e1 100644 (file)
@@ -4,12 +4,6 @@
 namespace Msp {
 namespace GLtk {
 
-DragHandle::DragHandle():
-       dragging(false),
-       drag_x(0),
-       drag_y(0)
-{ }
-
 void DragHandle::button_press(int x, int y, unsigned btn)
 {
        if(btn==1 && parent)