diff options
| author | Jason Rumney | 2007-06-02 23:41:07 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-06-02 23:41:07 +0000 |
| commit | 96db405702377452ae325695d792e1f4f4929c5e (patch) | |
| tree | 46a5c83e158b0fa7521f155b627764c57a334a75 /src | |
| parent | 159ab0d5e91b307e4db2c56e93f164f27c97d824 (diff) | |
| download | emacs-96db405702377452ae325695d792e1f4f4929c5e.tar.gz emacs-96db405702377452ae325695d792e1f4f4929c5e.zip | |
(w32_initialize): Don't call w32font_initialize.
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 |