From 76e9c4e8ff5696d6be1b0572bf77a6f37a77653b Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 12 Jul 2005 13:16:44 +0000 Subject: [PATCH] (intern): Remove dup. intern and staticpro for QTIMESTAMP. --- src/xselect.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5