summaryrefslogtreecommitdiff
path: root/thirdparty/etcpak/Error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/etcpak/Error.hpp')
-rw-r--r--thirdparty/etcpak/Error.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/thirdparty/etcpak/Error.hpp b/thirdparty/etcpak/Error.hpp
deleted file mode 100644
index 9817754b74..0000000000
--- a/thirdparty/etcpak/Error.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __ERROR_HPP__
-#define __ERROR_HPP__
-
-#include "Bitmap.hpp"
-
-float CalcMSE3( const Bitmap& bmp, const Bitmap& out );
-float CalcMSE1( const Bitmap& bmp, const Bitmap& out );
-
-#endif