Remove constants.h file

Reenable LuaConsole rendering
This commit is contained in:
Alexander Bock
2015-12-14 17:21:22 -08:00
parent c99666e75a
commit c92fc923f9
17 changed files with 83 additions and 108 deletions

View File

@@ -65,8 +65,6 @@ const string ConfigurationManager::KeyDisableMasterRendering = "DisableRendering
const string ConfigurationManager::KeyDownloadRequestURL = "DownloadRequestURL";
string ConfigurationManager::findConfiguration(const string& filename) {
ghoul_assert(!filename.empty(), "Filename must not be empty");
using ghoul::filesystem::Directory;
Directory directory = FileSys.currentDirectory();