]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/style.cpp
Simplify constructors with C++11
[libs/gltk.git] / source / style.cpp
index acbdff54febbda18dce5df7a7cc265fb16e2a647..d1dea041dca0e010dcfa294c9252259c5fea2d60 100644 (file)
@@ -7,12 +7,6 @@ using namespace std;
 namespace Msp {
 namespace GLtk {
 
-Style::Style():
-       font(0),
-       font_size(0),
-       sampler(0)
-{ }
-
 const GL::Font &Style::get_font() const
 {
        if(!font)