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/headless | |
parent | 641b6f2037bec26097574dd921219101d8386da5 (diff) |
revert work in progress
Change-Id: I1387b0ed7b2d8bb9df801c03cf59efc9c0e1cfd3
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r-- | vcl/inc/headless/svpgdi.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index b6d2a7420f34..5bbf81607ef6 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -200,10 +200,6 @@ public: virtual SystemGraphicsData GetGraphicsData() const SAL_OVERRIDE; virtual bool SupportsCairo() const SAL_OVERRIDE; - virtual cairo_t* GetCairoContext() const SAL_OVERRIDE; - virtual void FlushCairoContext(cairo_t *cr) const SAL_OVERRIDE; - virtual bool CanResizeCairoSurface() const SAL_OVERRIDE; - virtual SystemFontData GetSysFontData( int nFallbacklevel ) const SAL_OVERRIDE; virtual void BeginPaint() SAL_OVERRIDE { }; |