diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32term.c b/src/w32term.c index f3fed6b8e63..7c8f7d6f953 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -62,7 +62,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 62 | 62 | ||
| 63 | #ifdef USE_FONT_BACKEND | 63 | #ifdef USE_FONT_BACKEND |
| 64 | #include "font.h" | 64 | #include "font.h" |
| 65 | void w32font_initialize P_ ((void)); | ||
| 66 | #endif /* USE_FONT_BACKEND */ | 65 | #endif /* USE_FONT_BACKEND */ |
| 67 | 66 | ||
| 68 | #define abs(x) ((x) < 0 ? -(x) : (x)) | 67 | #define abs(x) ((x) < 0 ? -(x) : (x)) |
| @@ -7000,11 +6999,6 @@ w32_initialize () | |||
| 7000 | && SystemParametersInfo (SPI_GETFONTSMOOTHINGTYPE, 0, &smoothing_type, 0) | 6999 | && SystemParametersInfo (SPI_GETFONTSMOOTHINGTYPE, 0, &smoothing_type, 0) |
| 7001 | && smoothing_type == FE_FONTSMOOTHINGCLEARTYPE; | 7000 | && smoothing_type == FE_FONTSMOOTHINGCLEARTYPE; |
| 7002 | } | 7001 | } |
| 7003 | |||
| 7004 | #ifdef USE_FONT_BACKEND | ||
| 7005 | w32font_initialize (); | ||
| 7006 | |||
| 7007 | #endif | ||
| 7008 | } | 7002 | } |
| 7009 | 7003 | ||
| 7010 | void | 7004 | void |