[Summary] removed useless macro

[Details] The macro was added to make the code compilable on Windows
[Reviewed by] VKamyshniy

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446487]
This commit is contained in:
Grygorii Zharun 2014-03-26 12:24:39 -05:00
parent 89502ea75c
commit 4eae4afef8

View file

@ -37,9 +37,6 @@
#include "utils.h"
#include "window_manager.h"
#if defined(_WIN32)
#define strcasecmp _stricmp
#endif
using namespace std;
using namespace Gtk;