X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsourcemap.cpp;h=6c4dd476289736e7778f2cc3d371f7980efd2f60;hp=b81931e1143dfe24719833444257e7d235adedd5;hb=HEAD;hpb=e9a898f315b5d1396f196d785913a283c30940f2 diff --git a/source/glsl/sourcemap.cpp b/source/glsl/sourcemap.cpp index b81931e1..6c4dd476 100644 --- a/source/glsl/sourcemap.cpp +++ b/source/glsl/sourcemap.cpp @@ -9,10 +9,6 @@ namespace Msp { namespace GL { namespace SL { -SourceMap::SourceMap(): - base_index(0) -{ } - void SourceMap::set_name(unsigned i, const string &n) { if(source_names.empty())