The attached patch removes the declaration of SalFontStructList because it is completely unused. (Verified via ./g grep) This patch, like all other patches for LibreOffice from me (unless otherwise noted) is licensed under both the LGPLv3+ and the MPL. -- Jonathan Callen
From 58f20b8a4420dc6dda26884ca979128abbf4d06f Mon Sep 17 00:00:00 2001 From: Jonathan Callen <abcd@gentoo.org> Date: Fri, 28 Jan 2011 23:18:43 -0500 Subject: [PATCH] Remove unused SalFontStructList --- vcl/unx/inc/salfont.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/vcl/unx/inc/salfont.h b/vcl/unx/inc/salfont.h index f5d7a93..b75b227 100644 --- a/vcl/unx/inc/salfont.h +++ b/vcl/unx/inc/salfont.h @@ -35,7 +35,6 @@ struct SalFontDimension; class SalFontFamily; class SalFontFamilyList; class SalFontStruct; -class SalFontStructList; class SalFonts; // -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= @@ -174,9 +173,6 @@ public: }; -// -=-= SalFontStructList =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -DECLARE_LIST( SalFontStructList, SalFontStruct* ) - #endif // _SV_SALFONT_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- 1.7.4.rc3
Attachment:
signature.asc
Description: OpenPGP digital signature