summaryrefslogtreecommitdiff
path: root/thirdparty/etcpak/Timing.hpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-04-14 17:44:20 +0200
committerGitHub <noreply@github.com>2021-04-14 17:44:20 +0200
commitb6a31d0bf63c7627f0217b21b46bde084298cda7 (patch)
treefed0c9d33789f9e9636de8f9ed6280da9a48a4a9 /thirdparty/etcpak/Timing.hpp
parentf95945af5a0cbbdf1e79b523f4a49c1e0084694c (diff)
parent638cfec853cfdbc95b5ccc67477afbaa3a53bc33 (diff)
Merge pull request #47890 from akien-mga/etcpak-compress-only
etcpak: We only need the compression code, remove rest of etcpak app
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