Remove SaveTexture declaration in VideoCommon since it's only actually defined in OpenGL

This commit is contained in:
NeoBrainX 2011-12-30 01:10:42 +01:00 committed by NeoBrainX
parent cc54ee7d94
commit 9fed10fc75

View File

@ -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