Bug 205622 [ps] warning: CreateFontPS declared `static' but never defined

r=smontagu sr=peterv
This commit is contained in:
timeless%mozdev.org 2003-05-23 22:18:09 +00:00
Родитель 89ead252e9
Коммит c5482de1f0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -55,10 +55,13 @@
extern nsIAtom *gUsersLocale;
#define NS_IS_BOLD(weight) ((weight) > 400 ? 1 : 0)
#ifdef MOZ_ENABLE_FREETYPE2
static nsFontPS* CreateFontPS(nsITrueTypeFontCatalogEntry*, const nsFont&,
nsFontMetricsPS*);
static NS_DEFINE_CID(kFCSCID, NS_FONTCATALOGSERVICE_CID);
#endif
/** ---------------------------------------------------
* See documentation in nsFontMetricsPS.h
* @update 2/26/99 dwc