summaryrefslogtreecommitdiff
path: root/thirdparty/etcpak/BitmapDownsampled.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/etcpak/BitmapDownsampled.hpp')
-rw-r--r--thirdparty/etcpak/BitmapDownsampled.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/thirdparty/etcpak/BitmapDownsampled.hpp b/thirdparty/etcpak/BitmapDownsampled.hpp
deleted file mode 100644
index b7313808df..0000000000
--- a/thirdparty/etcpak/BitmapDownsampled.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __DARKRL__BITMAPDOWNSAMPLED_HPP__
-#define __DARKRL__BITMAPDOWNSAMPLED_HPP__
-
-#include "Bitmap.hpp"
-
-class BitmapDownsampled : public Bitmap
-{
-public:
- BitmapDownsampled( const Bitmap& bmp, unsigned int lines );
- ~BitmapDownsampled();
-};
-
-#endif