]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/lighting.cpp
Remove collection-less constructor overloads from most loaders
[libs/gl.git] / source / materials / lighting.cpp
index 113735040ed22ccfa50ea3f71f2448249a857b16..c1b2e2aaf0a02619fb17f9a1e06f456bc27fdd1a 100644 (file)
@@ -99,12 +99,6 @@ void Lighting::set_debug_name(const string &name)
 
 DataFile::Loader::ActionMap Lighting::Loader::shared_actions;
 
 
 DataFile::Loader::ActionMap Lighting::Loader::shared_actions;
 
-Lighting::Loader::Loader(Lighting &l):
-       CollectionObjectLoader<Lighting>(l, 0)
-{
-       set_actions(shared_actions);
-}
-
 Lighting::Loader::Loader(Lighting &l, Collection &c):
        CollectionObjectLoader<Lighting>(l, &c)
 {
 Lighting::Loader::Loader(Lighting &l, Collection &c):
        CollectionObjectLoader<Lighting>(l, &c)
 {