Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
76e9c4e8
Commit
76e9c4e8
authored
Jul 12, 2005
by
Kim F. Storm
Browse files
(intern): Remove dup. intern and staticpro for QTIMESTAMP.
parent
387f6ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/xselect.c
src/xselect.c
+0
-1
No files found.
src/xselect.c
View file @
76e9c4e8
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment