summaryrefslogtreecommitdiff
path: root/src/wayland/meta-xwayland-selection.c
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2015-09-24 01:24:33 +0200
committerFlorian Müllner <fmuellner@gnome.org>2015-09-24 03:08:22 +0200
commitbc00f118f3e0c3ae82c04a0c70a9118c9be5fa9f (patch)
tree06b9490c9c4b0ab94151853afdd3d5f4290508fd /src/wayland/meta-xwayland-selection.c
parent5801b5518fd89f8b84cd9e0930b1651a0e9ca5ec (diff)
downloadmutter-bc00f118f3e0c3ae82c04a0c70a9118c9be5fa9f.tar.gz
Avoid shadowing existing variables
Diffstat (limited to 'src/wayland/meta-xwayland-selection.c')
-rw-r--r--src/wayland/meta-xwayland-selection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wayland/meta-xwayland-selection.c b/src/wayland/meta-xwayland-selection.c
index 105ea5cf8..1728a58ad 100644
--- a/src/wayland/meta-xwayland-selection.c
+++ b/src/wayland/meta-xwayland-selection.c
@@ -160,7 +160,6 @@ xdnd_send_enter (MetaXWaylandSelection *selection_data,
if (source_mime_types->size <= 3)
{
/* The mimetype atoms fit in this same message */
- gchar **p;
gint i = 2;
wl_array_for_each (p, source_mime_types)