Bug 205622 [ps] warning: CreateFontPS declared `static' but never defined
r=smontagu sr=peterv git-svn-id: svn://10.0.0.236/trunk@142859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user