]> git.eshelyaron.com Git - emacs.git/commitdiff
(intern): Remove dup. intern and staticpro for QTIMESTAMP.
authorKim F. Storm <storm@cua.dk>
Tue, 12 Jul 2005 13:16:44 +0000 (13:16 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 12 Jul 2005 13:16:44 +0000 (13:16 +0000)
src/xselect.c

index 13bc241053ff35e9fa756dac1e312424932ee167..a424259416b810a145eef20be6c8e1b6658afe4f 100644 (file)
@@ -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);