X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmaterials%2Frendermethod.cpp;h=35c24c1f080cb3e23fc9908d0d11fcc98852900e;hp=2c36cd6fa1e132e9eeded8a3066320cac582a0b9;hb=ae45c0397e2cb8f0a01f2f31d01c95ff3870271e;hpb=23d4100160bfa33359ce297b6b36244abcaa5f82 diff --git a/source/materials/rendermethod.cpp b/source/materials/rendermethod.cpp index 2c36cd6f..35c24c1f 100644 --- a/source/materials/rendermethod.cpp +++ b/source/materials/rendermethod.cpp @@ -124,12 +124,6 @@ void RenderMethod::set_debug_name(const string &name) DataFile::Loader::ActionMap RenderMethod::Loader::shared_actions; -RenderMethod::Loader::Loader(RenderMethod &p): - DataFile::CollectionObjectLoader(p, 0) -{ - set_actions(shared_actions); -} - RenderMethod::Loader::Loader(RenderMethod &p, Collection &c): DataFile::CollectionObjectLoader(p, &c) {