aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.h
diff options
context:
space:
mode:
authordhewg2011-03-14 18:58:33 +0100
committerdhewg2011-03-14 19:35:36 +0100
commit6389e70e45864aaec860481cc25208f1a9ca4a76 (patch)
tree04839d9e51f8d3280ad835b737c915f4401ba508 /backends/platform/android/texture.h
parent5b94159f40fba8edaf15bf8961c479898646eb2d (diff)
downloadscummvm-rg350-6389e70e45864aaec860481cc25208f1a9ca4a76.tar.gz
scummvm-rg350-6389e70e45864aaec860481cc25208f1a9ca4a76.tar.bz2
scummvm-rg350-6389e70e45864aaec860481cc25208f1a9ca4a76.zip
ANDROID: Remove clearBuffer()
Not required. Why did i add that again?
Diffstat (limited to 'backends/platform/android/texture.h')
-rw-r--r--backends/platform/android/texture.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h
index 1fe18bfd72..4f2bfe4c4f 100644
--- a/backends/platform/android/texture.h
+++ b/backends/platform/android/texture.h
@@ -58,7 +58,6 @@ public:
virtual void updateBuffer(GLuint x, GLuint y, GLuint width, GLuint height,
const void *buf, int pitch_buf) = 0;
virtual void fillBuffer(uint32 color) = 0;
- virtual void clearBuffer() = 0;
virtual void drawTexture(GLshort x, GLshort y, GLshort w, GLshort h);
@@ -183,7 +182,6 @@ public:
virtual void updateBuffer(GLuint x, GLuint y, GLuint width, GLuint height,
const void *buf, int pitch_buf);
virtual void fillBuffer(uint32 color);
- virtual void clearBuffer();
virtual void drawTexture(GLshort x, GLshort y, GLshort w, GLshort h);
@@ -237,7 +235,6 @@ public:
virtual void updateBuffer(GLuint x, GLuint y, GLuint width, GLuint height,
const void *buf, int pitch_buf);
virtual void fillBuffer(uint32 color);
- virtual void clearBuffer();
virtual void drawTexture(GLshort x, GLshort y, GLshort w, GLshort h);
@@ -302,7 +299,6 @@ public:
virtual void updateBuffer(GLuint x, GLuint y, GLuint width, GLuint height,
const void *buf, int pitch_buf);
virtual void fillBuffer(uint32 color);
- virtual void clearBuffer();
virtual void drawTexture(GLshort x, GLshort y, GLshort w, GLshort h);