Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / include / reactos / libs / sound / time.h
diff --git a/reactos/sdk/include/reactos/libs/sound/time.h b/reactos/sdk/include/reactos/libs/sound/time.h
deleted file mode 100644 (file)
index 7308253..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-    ReactOS Sound System
-    Timing helper
-
-    Author:
-        Andrew Greenwood (silverblade@reactos.org)
-
-    History:
-        1 July 2008 - Created
-*/
-
-#ifndef ROS_SOUND_TIME_H
-#define ROS_SOUND_TIME_H
-
-VOID
-SleepMs(ULONG Milliseconds);
-
-ULONG
-QuerySystemTimeMs(VOID);
-
-#endif