summaryrefslogtreecommitdiff
path: root/src/w32notify.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/w32notify.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/w32notify.c')
-rw-r--r--src/w32notify.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32notify.c b/src/w32notify.c
index 764ded6559f..a0d555b4786 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -118,9 +118,7 @@ BYTE file_notifications[16384];
DWORD notifications_size;
void *notifications_desc;
-static Lisp_Object Qfile_name, Qdirectory_name, Qattributes;
-static Lisp_Object Qlast_write_time, Qlast_access_time, Qcreation_time;
-static Lisp_Object Qsecurity_desc, Qsubtree, watch_list;
+static Lisp_Object watch_list;
/* Signal to the main thread that we have file notifications for it to
process. */