aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.h
diff options
context:
space:
mode:
authordhewg2011-03-01 22:16:10 +0100
committerdhewg2011-03-02 23:18:34 +0100
commitbd7e3e9bb20dada6d40143557c473fabd373b5ed (patch)
tree4c989d3127ed45473689d460ff5618c538f604ff /backends/platform/android/texture.h
parent2333a32697cda8f5f73861856889001839f38f25 (diff)
downloadscummvm-rg350-bd7e3e9bb20dada6d40143557c473fabd373b5ed.tar.gz
scummvm-rg350-bd7e3e9bb20dada6d40143557c473fabd373b5ed.tar.bz2
scummvm-rg350-bd7e3e9bb20dada6d40143557c473fabd373b5ed.zip
ANDROID: cleanup
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 050eafa073..12274621a1 100644
--- a/backends/platform/android/texture.h
+++ b/backends/platform/android/texture.h
@@ -59,10 +59,6 @@ public:
return _surface.h;
}
- inline GLuint texture_name() const {
- return _texture_name;
- }
-
inline const Graphics::Surface *surface_const() const {
return &_surface;
}