Remove unused GetLogFile method

Logging is done to standard out and the Developer
Tools Console tab
This commit is contained in:
Kevin Sawicki
2012-06-17 23:51:23 -07:00
parent 1257ba12c9
commit 66913276e4

View File

@@ -127,8 +127,6 @@ public:
return m_BrowserHwnd;
}
std::string GetLogFile();
enum NotificationType {
NOTIFY_CONSOLE_MESSAGE
};