Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
4e010612
Commit
4e010612
authored
Mar 31, 1998
by
Arturo Espinosa
Browse files
Remove unused variable -mig
parent
2be5abf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
gdk/gdkdnd.c
View file @
4e010612
...
...
@@ -82,8 +82,6 @@ void
gdk_dnd_display_drag_cursor
(
gint
x
,
gint
y
,
gboolean
drag_ok
,
gboolean
change_made
)
{
int
more_debug
=
0
;
if
(
!
gdk_dnd
.
dnd_grabbed
)
return
;
...
...
gdk/x11/gdkdnd-x11.c
View file @
4e010612
...
...
@@ -82,8 +82,6 @@ void
gdk_dnd_display_drag_cursor
(
gint
x
,
gint
y
,
gboolean
drag_ok
,
gboolean
change_made
)
{
int
more_debug
=
0
;
if
(
!
gdk_dnd
.
dnd_grabbed
)
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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