]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/graphic.cpp
Simplify constructors with C++11
[libs/gltk.git] / source / graphic.cpp
index 75e10888ecde2eebef7202659aaf21320520fba8..095e19441be082aed682be2f4b6a928229cbe7fb 100644 (file)
@@ -6,11 +6,6 @@ using namespace std;
 namespace Msp {
 namespace GLtk {
 
-Graphic::Graphic():
-       texture(0),
-       repeat(false)
-{ }
-
 void Graphic::build(unsigned wd, unsigned ht, GL::PrimitiveBuilder &bld) const
 {
        vector<float> x, y;