X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fstyle.cpp;fp=source%2Fstyle.cpp;h=d1dea041dca0e010dcfa294c9252259c5fea2d60;hp=acbdff54febbda18dce5df7a7cc265fb16e2a647;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d diff --git a/source/style.cpp b/source/style.cpp index acbdff5..d1dea04 100644 --- a/source/style.cpp +++ b/source/style.cpp @@ -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)