mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
Small code cleanup
This commit is contained in:
@@ -71,8 +71,6 @@ namespace Shared {
|
||||
void message(const string &message,bool isNonGraphicalModeEnabled, const string &writepath);
|
||||
void exceptionMessage(const exception &excp);
|
||||
|
||||
string getCommandLine();
|
||||
|
||||
// WINDOWS
|
||||
#else
|
||||
|
||||
@@ -98,11 +96,8 @@ namespace Shared {
|
||||
#if !defined(__GNUC__)
|
||||
virtual void handle(LPEXCEPTION_POINTERS pointers)=0;
|
||||
#endif
|
||||
static string codeToStr(DWORD code);
|
||||
};
|
||||
|
||||
LONG WINAPI UnhandledExceptionFilter2(struct _EXCEPTION_POINTERS *ExceptionInfo);
|
||||
|
||||
// =====================================================
|
||||
// Misc
|
||||
// =====================================================
|
||||
@@ -113,7 +108,6 @@ namespace Shared {
|
||||
|
||||
void message(string message, bool isNonGraphicalModeEnabled,const string &writepath);
|
||||
void exceptionMessage(const exception &excp);
|
||||
string getCommandLine();
|
||||
void init_win32();
|
||||
void done_win32();
|
||||
void ontop_win32(int width, int height);
|
||||
|
Reference in New Issue
Block a user