Remove test code

This commit is contained in:
Alexander Bock
2014-12-17 18:19:06 +01:00
parent 618f3ab930
commit 7181a8f9da

View File

@@ -84,11 +84,6 @@ RenderablePlanet::RenderablePlanet(const ghoul::Dictionary& dictionary)
addProperty(_colorTexturePath);
_colorTexturePath.onChange(std::bind(&RenderablePlanet::loadTexture, this));
std::string s = _colorTexturePath.description();
ghoul::Dictionary d;
ghoul::lua::loadDictionaryFromString(s, d);
}
RenderablePlanet::~RenderablePlanet() {