aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
2954 QTEXT = intern ("TEXT"); staticpro (&QTEXT); 2954 QTEXT = intern ("TEXT"); staticpro (&QTEXT);
2955 QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT); 2955 QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT);
2956 QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING); 2956 QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING);
2957 QTIMESTAMP = intern ("TIMESTAMP"); staticpro (&QTIMESTAMP);
2958 QDELETE = intern ("DELETE"); staticpro (&QDELETE); 2957 QDELETE = intern ("DELETE"); staticpro (&QDELETE);
2959 QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE); 2958 QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE);
2960 QINCR = intern ("INCR"); staticpro (&QINCR); 2959 QINCR = intern ("INCR"); staticpro (&QINCR);