summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-13 21:02:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-14 07:36:02 +0000
commit62bb49f9d567227b6616e61fb00a55234b92a84e (patch)
treef5dd580466f576e2c21cb82c13c990a30320cddd /vcl
parent1c064d1460fbf84a2fc6c2cdc7824937735a4312 (diff)
we can use default implementations of these
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/gdi/gcach_xpeer.cxx13
-rw-r--r--vcl/unx/generic/gdi/gcach_xpeer.hxx4
2 files changed, 0 insertions, 17 deletions
diff --git a/vcl/unx/generic/gdi/gcach_xpeer.cxx b/vcl/unx/generic/gdi/gcach_xpeer.cxx
index 8da1101d5e1f..ea485a097504 100644
--- a/vcl/unx/generic/gdi/gcach_xpeer.cxx
+++ b/vcl/unx/generic/gdi/gcach_xpeer.cxx
@@ -73,19 +73,6 @@ X11GlyphPeer::~X11GlyphPeer()
}
}
-// ---------------------------------------------------------------------------
-
-void X11GlyphPeer::RemovingFont( ServerFont& )
-{
-}
-
-// ---------------------------------------------------------------------------
-
-// notification to clean up GlyphPeer resources for this glyph
-void X11GlyphPeer::RemovingGlyph( ServerFont&, GlyphData&, int /*nGlyphIndex*/ )
-{
-}
-
// ===========================================================================
X11GlyphCache::X11GlyphCache( X11GlyphPeer& rPeer )
diff --git a/vcl/unx/generic/gdi/gcach_xpeer.hxx b/vcl/unx/generic/gdi/gcach_xpeer.hxx
index 0efd0faa769e..d10597b19478 100644
--- a/vcl/unx/generic/gdi/gcach_xpeer.hxx
+++ b/vcl/unx/generic/gdi/gcach_xpeer.hxx
@@ -43,10 +43,6 @@ class X11GlyphPeer
public:
X11GlyphPeer();
virtual ~X11GlyphPeer();
-
-protected:
- virtual void RemovingFont( ServerFont& );
- virtual void RemovingGlyph( ServerFont&, GlyphData&, int nGlyphIndex );
};
class X11GlyphCache : public GlyphCache