- forgot to commit changes

This commit is contained in:
SoftCoder
2013-12-14 02:33:03 -08:00
parent 209458adee
commit 1d9f1f9432
2 changed files with 2 additions and 27 deletions

View File

@@ -28,9 +28,6 @@ GraphicsFactory *FactoryRepository::getGraphicsFactory(const string &name){
if(name == "OpenGL"){
return &graphicsFactoryGl;
}
else if(name == "OpenGL2"){
return &graphicsFactoryGl2;
}
throw megaglest_runtime_error("Unknown graphics factory: [" + name + "]");
}