diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-04-14 17:44:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 17:44:20 +0200 |
commit | b6a31d0bf63c7627f0217b21b46bde084298cda7 (patch) | |
tree | fed0c9d33789f9e9636de8f9ed6280da9a48a4a9 /thirdparty/etcpak/Timing.hpp | |
parent | f95945af5a0cbbdf1e79b523f4a49c1e0084694c (diff) | |
parent | 638cfec853cfdbc95b5ccc67477afbaa3a53bc33 (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.hpp | 8 |
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 |