diff options
Diffstat (limited to 'src/w32select.c')
| -rw-r--r-- | src/w32select.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/w32select.c b/src/w32select.c index f133f6d44e3..3c554c622ae 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -107,17 +107,11 @@ static Lisp_Object validate_coding_system (Lisp_Object coding_system); | |||
| 107 | static void setup_windows_coding_system (Lisp_Object coding_system, | 107 | static void setup_windows_coding_system (Lisp_Object coding_system, |
| 108 | struct coding_system * coding); | 108 | struct coding_system * coding); |
| 109 | 109 | ||
| 110 | |||
| 111 | /* A remnant from X11: Symbol for the CLIPBORD selection type. Other | ||
| 112 | selections are not used on Windows, so we don't need symbols for | ||
| 113 | PRIMARY and SECONDARY. */ | ||
| 114 | Lisp_Object QCLIPBOARD; | ||
| 115 | |||
| 116 | /* Internal pseudo-constants, initialized in globals_of_w32select() | 110 | /* Internal pseudo-constants, initialized in globals_of_w32select() |
| 117 | based on current system parameters. */ | 111 | based on current system parameters. */ |
| 118 | static LCID DEFAULT_LCID; | 112 | static LCID DEFAULT_LCID; |
| 119 | static UINT ANSICP, OEMCP; | 113 | static UINT ANSICP, OEMCP; |
| 120 | static Lisp_Object QUNICODE, QANSICP, QOEMCP; | 114 | static Lisp_Object QANSICP, QOEMCP; |
| 121 | 115 | ||
| 122 | /* A hidden window just for the clipboard management. */ | 116 | /* A hidden window just for the clipboard management. */ |
| 123 | static HWND clipboard_owner; | 117 | static HWND clipboard_owner; |