From 184a00b96235f6432294ded63ce4a4a318effdb5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jun 2014 10:09:42 +0200 Subject: loplugin: inlinesimplememberfunctions Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b --- vcl/generic/glyphs/gcach_ftyp.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/generic/glyphs') diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx index 47adb0929535..395c0ea817d9 100644 --- a/vcl/generic/glyphs/gcach_ftyp.cxx +++ b/vcl/generic/glyphs/gcach_ftyp.cxx @@ -620,10 +620,6 @@ const OString* ServerFont::GetFontFileName() const return mpFontInfo->GetFontFileName(); } -bool ServerFont::TestFont() const -{ - return mbFaceOk; -} ServerFont::~ServerFont() { -- cgit