summaryrefslogtreecommitdiff
path: root/src/w32select.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-01-05 22:13:58 +0200
committerEli Zaretskii <eliz@gnu.org>2015-01-05 22:13:58 +0200
commit5b5dab1281bc47e36b6fb40b88a3ff2241657469 (patch)
tree830d59d82512e40991c388fa2484e78cca8cb652 /src/w32select.c
parentbc78ff2603b8c062dbd8f93f421c3412e36e343f (diff)
downloademacs-5b5dab1281bc47e36b6fb40b88a3ff2241657469.tar.gz
MS-Windows followup to previous commit
src/w32proc.c, src/w32.h, src/w32fns.c, src/w32font.c, src/w32menu.c: src/w32notify.c, src/w32proc.c, src/w32select.c, src/w32term.c: src/w32uniscribe.c: Remove declarations of Q* variables that represent symbols.
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c8
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);
static void setup_windows_coding_system (Lisp_Object coding_system,
struct coding_system * coding);
-
-/* A remnant from X11: Symbol for the CLIPBORD selection type. Other
- selections are not used on Windows, so we don't need symbols for
- PRIMARY and SECONDARY. */
-Lisp_Object QCLIPBOARD;
-
/* Internal pseudo-constants, initialized in globals_of_w32select()
based on current system parameters. */
static LCID DEFAULT_LCID;
static UINT ANSICP, OEMCP;
-static Lisp_Object QUNICODE, QANSICP, QOEMCP;
+static Lisp_Object QANSICP, QOEMCP;
/* A hidden window just for the clipboard management. */
static HWND clipboard_owner;