(intern): Remove dup. intern and staticpro for QTIMESTAMP.

This commit is contained in:
Kim F. Storm 2005-07-12 13:16:44 +00:00
parent 387f6ba5c2
commit 76e9c4e8ff

View 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);