From b50a786c2758a34eff01a491ef103bd5a053ba90 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 19 Oct 2010 05:17:48 +0300 Subject: do not use wxwidgets in core, boost and ace choosen for core development --- core/compatibility.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 core/compatibility.cpp (limited to 'core/compatibility.cpp') diff --git a/core/compatibility.cpp b/core/compatibility.cpp deleted file mode 100644 index 35681b1..0000000 --- a/core/compatibility.cpp +++ /dev/null @@ -1,10 +0,0 @@ - -#ifdef _WIN32 -#include - -void sleep(int i) -{ - Sleep(i*1000); -} - -#endif -- cgit v1.2.3