summaryrefslogtreecommitdiff
path: root/thirdparty/etcpak/Timing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/etcpak/Timing.hpp')
-rw-r--r--thirdparty/etcpak/Timing.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/thirdparty/etcpak/Timing.hpp b/thirdparty/etcpak/Timing.hpp
deleted file mode 100644
index 3767e20f24..0000000000
--- a/thirdparty/etcpak/Timing.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __DARKRL__TIMING_HPP__
-#define __DARKRL__TIMING_HPP__
-
-#include <stdint.h>
-
-uint64_t GetTime();
-
-#endif