r=pedemont, sr=blizzard
OS/2 only - get rid of OS/2 specific setting of form fonts
This commit is contained in:
mkaply%us.ibm.com 2002-04-24 04:03:49 +00:00
Родитель 76fbc8c732
Коммит 8057eac190
2 изменённых файлов: 0 добавлений и 18 удалений

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

@ -1891,15 +1891,6 @@ SetFont(nsIPresContext* aPresContext, nsIStyleContext* aContext,
// XXXldb All of this platform-specific stuff should be in the
// nsIDeviceContext implementations, not here.
#if defined(XP_OS2)
switch (sysID) {
case eSystemFont_List:
case eSystemFont_Button:
case eSystemFont_Field:
aFont->mFont.name = defaultVariableFont->name;
break;
}
#endif
#ifdef XP_WIN
//

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

@ -1891,15 +1891,6 @@ SetFont(nsIPresContext* aPresContext, nsIStyleContext* aContext,
// XXXldb All of this platform-specific stuff should be in the
// nsIDeviceContext implementations, not here.
#if defined(XP_OS2)
switch (sysID) {
case eSystemFont_List:
case eSystemFont_Button:
case eSystemFont_Field:
aFont->mFont.name = defaultVariableFont->name;
break;
}
#endif
#ifdef XP_WIN
//