summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@gmail.com>2011-12-30 01:10:42 +0100
committerNeoBrainX <NeoBrainX@googlemail.com>2012-01-31 19:52:02 +0100
commit9fed10fc75d63f38f97acbfcf68d4b1ee67ebb2a (patch)
tree21d97dda3d6d61d5a5d2e283c63c43dfd7f8ab9d /Source
parentcc54ee7d946da000b635beae03d998543a02d71d (diff)
Remove SaveTexture declaration in VideoCommon since it's only actually defined in OpenGL
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/VideoCommon/Src/ImageWrite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/ImageWrite.h b/Source/Core/VideoCommon/Src/ImageWrite.h
index 962ee5b5e7..9ea6cab859 100644
--- a/Source/Core/VideoCommon/Src/ImageWrite.h
+++ b/Source/Core/VideoCommon/Src/ImageWrite.h
@@ -21,7 +21,6 @@
#include "Common.h"
bool SaveTGA(const char* filename, int width, int height, void* pdata);
-bool SaveTexture(const char* filename, u32 textarget, u32 tex, int width, int height);
bool SaveData(const char* filename, const char* pdata);
#endif // _IMAGEWRITE_H