X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fgles%2Fgles-abstraction.h;h=16f7cd256a39b969e0521204c35ee1f2f2c49567;hb=ddbe29b015cbed9fd34ff932875e3f407596e2eb;hp=8dc63e6bd072cb4d6cd1322d08c06292212b1083;hpb=bd7329bb2d02ff5be1ad7021751dccf5f9b131f3;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/gles/gles-abstraction.h b/dali/internal/graphics/gles/gles-abstraction.h index 8dc63e6..16f7cd2 100644 --- a/dali/internal/graphics/gles/gles-abstraction.h +++ b/dali/internal/graphics/gles/gles-abstraction.h @@ -32,11 +32,6 @@ class GlesAbstraction public: - /** - * Destructor - */ - virtual ~GlesAbstraction() {}; - virtual void ReadBuffer( GLenum mode ) = 0; virtual void DrawRangeElements( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices ) = 0;