diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 09:23:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 09:23:04 +0100 |
commit | a4d460c5f38e4262a657e4919d093bcc722a7763 (patch) | |
tree | ad764f30f701daa910857c0acb0d50c3bee482df /canvas/source/vcl/spritedevicehelper.cxx | |
parent | 11c834698466aea8004ff4b716afa26ae82aa615 (diff) |
SpriteDeviceHelper::createBuffers unused and does nothing
Change-Id: Ief6d775a53e5984e0dc6d9838280fb24bcbcb67f
Diffstat (limited to 'canvas/source/vcl/spritedevicehelper.cxx')
-rw-r--r-- | canvas/source/vcl/spritedevicehelper.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index 6e347b951063..7fedd462c687 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -59,15 +59,6 @@ namespace vclcanvas #endif } - ::sal_Int32 SpriteDeviceHelper::createBuffers( ::sal_Int32 nBuffers ) - { - (void)nBuffers; - - // TODO(F3): implement XBufferStrategy interface. For now, we - // _always_ will have exactly one backbuffer - return 1; - } - bool SpriteDeviceHelper::showBuffer( bool, bool ) { OSL_FAIL("Not supposed to be called, handled by SpriteCanvas"); |