X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphic.cpp;h=095e19441be082aed682be2f4b6a928229cbe7fb;hb=83f553a382ce554951594de85e4fd7b854305463;hp=75e10888ecde2eebef7202659aaf21320520fba8;hpb=b3234ca0277c5e282a2a0a2558b58edb25750653;p=libs%2Fgltk.git diff --git a/source/graphic.cpp b/source/graphic.cpp index 75e1088..095e194 100644 --- a/source/graphic.cpp +++ b/source/graphic.cpp @@ -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 x, y;