summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/salbmp.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2016-08-31 15:52:58 +0900
committerTomaž Vajngerl <quikee@gmail.com>2016-08-31 11:13:38 +0000
commit6d361d86f72d33fac41847b80883c524580f4cf3 (patch)
treef2032c6c3f3151748744bf4adf43aa2abaa70f0c /vcl/inc/opengl/salbmp.hxx
parent32fc5177f7c60b4a875a7b10af9a20240177e9f6 (diff)
opengl: remove unsused "bitmap ops" in GL backend
Change-Id: I188570d11349a5344753f3948daedf0e17806c6c Reviewed-on: https://gerrit.libreoffice.org/28536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/opengl/salbmp.hxx')
-rw-r--r--vcl/inc/opengl/salbmp.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx
index 771c4aa88413..59e1859240dc 100644
--- a/vcl/inc/opengl/salbmp.hxx
+++ b/vcl/inc/opengl/salbmp.hxx
@@ -23,7 +23,6 @@
#include <vcl/opengl/OpenGLContext.hxx>
#include <vcl/salbtype.hxx>
-#include "opengl/bmpop.hxx"
#include "opengl/texture.hxx"
#include <salbmp.hxx>
@@ -45,7 +44,6 @@ private:
sal_uInt16 mnBytesPerRow;
int mnWidth;
int mnHeight;
- std::deque< OpenGLSalBitmapOp* > maPendingOps;
virtual void updateChecksum() const override;
@@ -71,7 +69,7 @@ public:
Size GetSize() const override;
sal_uInt16 GetBitCount() const override;
- BitmapBuffer *AcquireBuffer( BitmapAccessMode nMode ) override;
+ BitmapBuffer* AcquireBuffer( BitmapAccessMode nMode ) override;
void ReleaseBuffer( BitmapBuffer* pBuffer, BitmapAccessMode nMode ) override;
bool GetSystemData( BitmapSystemData& rData ) override;
@@ -89,7 +87,6 @@ public:
private:
- void ExecuteOperations();
GLuint CreateTexture();
bool AllocateUserData();
bool ReadTexture();