diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:43:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:43:03 +0000 |
commit | 3d495712258359d14c3d08b29caaa8b66a9b621c (patch) | |
tree | 421955b973e6299d20ef6028bcaedbffba034b35 /vcl/inc/win | |
parent | 641b6f2037bec26097574dd921219101d8386da5 (diff) |
revert work in progress
Change-Id: I1387b0ed7b2d8bb9df801c03cf59efc9c0e1cfd3
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 6502dac34c2f..287daf4effb2 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -446,9 +446,6 @@ public: virtual SystemGraphicsData GetGraphicsData() const SAL_OVERRIDE; virtual bool SupportsCairo() const SAL_OVERRIDE; - virtual bool CanResizeCairoSurface() const SAL_OVERRIDE; - virtual cairo_t* GetCairoContext() const SAL_OVERRIDE; - virtual void FlushCairoContext(cairo_t *) const SAL_OVERRIDE; virtual SystemFontData GetSysFontData( int nFallbacklevel ) const SAL_OVERRIDE; virtual void BeginPaint() SAL_OVERRIDE; |