[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara
caolanm at redhat.com
Mon Mar 2 02:45:01 PST 2015
vcl/unx/generic/gdi/gcach_xpeer.hxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit fae0c3ad57301ab123739c44a0ae3b36ca5ef4a0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Mar 2 09:39:02 2015 +0000
unused GetPeer inline
Change-Id: I2e90f94d5b6e6011232c6bdad66c622dfeeb9934
diff --git a/vcl/unx/generic/gdi/gcach_xpeer.hxx b/vcl/unx/generic/gdi/gcach_xpeer.hxx
index acc1aff..b31dfbf 100644
--- a/vcl/unx/generic/gdi/gcach_xpeer.hxx
+++ b/vcl/unx/generic/gdi/gcach_xpeer.hxx
@@ -33,10 +33,6 @@ class X11GlyphCache : public GlyphCache
{
public:
X11GlyphCache( X11GlyphPeer& );
- X11GlyphPeer& GetPeer()
- {
- return static_cast<X11GlyphPeer&>(mrPeer);
- }
static X11GlyphCache& GetInstance();
static void KillInstance();
};
More information about the Libreoffice-commits
mailing list