General: Remove unimplemented function prototypes

This commit is contained in:
Lioncash
2015-09-05 16:06:25 -04:00
parent e01428935f
commit 633be0387d
29 changed files with 2 additions and 71 deletions

View File

@ -42,10 +42,6 @@ class VideoSoftware : public VideoBackend
void Video_ClearMessages() override;
bool Video_Screenshot(const std::string& filename) override;
int Video_LoadTexture(char *imagedata, u32 width, u32 height);
void Video_DeleteTexture(int texID);
void Video_DrawTexture(int texID, float *coords);
void Video_SetRendering(bool bEnabled) override;
void Video_GatherPipeBursted() override;