[PATCH 10/16] src/planner-popup-button.c, fix warning: variable 'priv' set but not used
- From: Tinggong Wang <wangtinggong gmail com>
- To: Alexandre Franke <alexandre franke gmail com>, Richard Hult <richard imendio com>, Mikael Hallendal <micke imendio com>, Alvaro del Castillo <acs barrapunto com>, Kurt Maute <kurt maute us>, Maurice van der Pot <griffon26 kfk4ever com>
- Cc: Planner-Dev-List <planner-dev-list gnome org>
- Subject: [PATCH 10/16] src/planner-popup-button.c, fix warning: variable 'priv' set but not used
- Date: Thu, 13 Oct 2011 03:30:55 +0800
Signed-off-by: Tinggong Wang <wangtinggong gmail com>
---
src/planner-popup-button.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/planner-popup-button.c b/src/planner-popup-button.c
index 1881786..86ce562 100644
--- a/src/planner-popup-button.c
+++ b/src/planner-popup-button.c
@@ -130,15 +130,12 @@ popup_button_press_event_cb (GtkWidget *popup_window,
GdkEventButton *event,
PlannerPopupButton *popup_button)
{
- PlannerPopupButtonPriv *priv;
GtkAllocation alloc;
gdouble x, y;
gint xoffset, yoffset;
gint x1, y1;
gint x2, y2;
- priv = GET_PRIV (popup_button);
-
/* Popdown the window if the click is outside of it. */
if (event->button != 1) {
--
1.7.6.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]