1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00

Remove unused struct from GameWorld

This commit is contained in:
Daniel Evans 2015-03-30 02:03:38 +01:00
parent bc325b8857
commit 798b24ae83

View File

@ -67,22 +67,9 @@ public:
* Loads the game data
*/
bool load();
struct LogEntry
{
enum Type {
Info,
Error,
Warning
};
Type type;
float time;
std::string message;
};
Logger logger;
/**
* Loads an IDE into the game
*/