X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmaterials%2Flighting.cpp;h=c1b2e2aaf0a02619fb17f9a1e06f456bc27fdd1a;hp=113735040ed22ccfa50ea3f71f2448249a857b16;hb=ae45c0397e2cb8f0a01f2f31d01c95ff3870271e;hpb=23d4100160bfa33359ce297b6b36244abcaa5f82 diff --git a/source/materials/lighting.cpp b/source/materials/lighting.cpp index 11373504..c1b2e2aa 100644 --- a/source/materials/lighting.cpp +++ b/source/materials/lighting.cpp @@ -99,12 +99,6 @@ void Lighting::set_debug_name(const string &name) DataFile::Loader::ActionMap Lighting::Loader::shared_actions; -Lighting::Loader::Loader(Lighting &l): - CollectionObjectLoader(l, 0) -{ - set_actions(shared_actions); -} - Lighting::Loader::Loader(Lighting &l, Collection &c): CollectionObjectLoader(l, &c) {