[gtk+] Drop two pointless lines
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Drop two pointless lines
- Date: Sat, 13 Sep 2014 02:32:01 +0000 (UTC)
commit 76b1361902702cc6c53d9ce94721401f1d1e147e
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 12 22:21:43 2014 -0400
Drop two pointless lines
These return statements weren't making any difference.
gtk/gtkdnd.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index b662e6d..16a095d 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -757,7 +757,6 @@ gtk_drag_get_event_actions (const GdkEvent *event,
*suggested_action = GDK_ACTION_COPY;
*possible_actions = GDK_ACTION_COPY;
}
- return;
}
else
{
@@ -766,7 +765,6 @@ gtk_drag_get_event_actions (const GdkEvent *event,
*suggested_action = GDK_ACTION_MOVE;
*possible_actions = GDK_ACTION_MOVE;
}
- return;
}
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]