summaryrefslogtreecommitdiff
path: root/src/xselect.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-07-12 13:16:44 +0000
committerKim F. Storm <storm@cua.dk>2005-07-12 13:16:44 +0000
commit76e9c4e8ff5696d6be1b0572bf77a6f37a77653b (patch)
tree30f4f47d58ace44f3f8efa5179a4eecded637daa /src/xselect.c
parent387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa (diff)
downloademacs-76e9c4e8ff5696d6be1b0572bf77a6f37a77653b.tar.gz
(intern): Remove dup. intern and staticpro for QTIMESTAMP.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 13bc241053f..a424259416b 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -2954,7 +2954,6 @@ A value of 0 means wait as long as necessary. This is initialized from the
QTEXT = intern ("TEXT"); staticpro (&QTEXT);
QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT);
QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING);
- QTIMESTAMP = intern ("TIMESTAMP"); staticpro (&QTIMESTAMP);
QDELETE = intern ("DELETE"); staticpro (&QDELETE);
QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE);
QINCR = intern ("INCR"); staticpro (&QINCR);