diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-17 21:20:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-18 15:08:47 +0300 |
commit | 09ec2b1ecc1a812e03878ccc07708a0aad02896a (patch) | |
tree | efc3406706d2471d22cc427299dd48455bf8048a /src/mobileopenglgraphics.h | |
parent | 5c278653704d4f4b90ebc99bcef2f37c5a208a72 (diff) | |
download | plus-09ec2b1ecc1a812e03878ccc07708a0aad02896a.tar.gz plus-09ec2b1ecc1a812e03878ccc07708a0aad02896a.tar.bz2 plus-09ec2b1ecc1a812e03878ccc07708a0aad02896a.tar.xz plus-09ec2b1ecc1a812e03878ccc07708a0aad02896a.zip |
Split from Graphics SDL related code into SDLGraphics.
Diffstat (limited to 'src/mobileopenglgraphics.h')
-rw-r--r-- | src/mobileopenglgraphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mobileopenglgraphics.h b/src/mobileopenglgraphics.h index 4f96ce1df..c41a15a04 100644 --- a/src/mobileopenglgraphics.h +++ b/src/mobileopenglgraphics.h @@ -201,8 +201,6 @@ class MobileOpenGLGraphics final : public Graphics void setTexturingAndBlending(const bool enable); - void updateMemoryInfo(); - void debugBindTexture(const Image *image); private: |