summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Sleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSSupport/Sleep.h')
-rw-r--r--src/OSSupport/Sleep.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/OSSupport/Sleep.h b/src/OSSupport/Sleep.h
deleted file mode 100644
index 57d29682c..000000000
--- a/src/OSSupport/Sleep.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-class cSleep
-{
-public:
- static void MilliSleep( unsigned int a_MilliSeconds);
-};