]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/progressbar.cpp
Simplify constructors with C++11
[libs/gltk.git] / source / progressbar.cpp
index 9c7bcea0fec9fbedc631f7263f13b4ce5bfca2a2..7c6def7c37e2c14c9bf8390d3dd6cd0d206e50fb 100644 (file)
@@ -8,11 +8,6 @@ using namespace std;
 namespace Msp {
 namespace GLtk {
 
-ProgressBar::ProgressBar():
-       range(1),
-       fraction(0)
-{ }
-
 void ProgressBar::set_range(float r)
 {
        if(r<=0)