1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 19:32:49 +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

@ -68,19 +68,6 @@ public:
*/
bool load();
struct LogEntry
{
enum Type {
Info,
Error,
Warning
};
Type type;
float time;
std::string message;
};
Logger logger;
/**