[Xfce4-commits] [apps/xfdashboard] 01/01: Fix compiler warning about unused variable in XfdashboardPopupMenuItem

noreply at xfce.org noreply at xfce.org
Tue Jan 17 17:29:57 CET 2017


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit d48ccff055ae9e23944f1256f23b7224c3a02adc
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Jan 17 17:29:36 2017 +0100

    Fix compiler warning about unused variable in XfdashboardPopupMenuItem
---
 libxfdashboard/popup-menu-item.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libxfdashboard/popup-menu-item.c b/libxfdashboard/popup-menu-item.c
index c6a8f87..f1a2e8d 100644
--- a/libxfdashboard/popup-menu-item.c
+++ b/libxfdashboard/popup-menu-item.c
@@ -63,7 +63,6 @@ static guint XfdashboardPopupMenuItemSignals[SIGNAL_LAST]={ 0, };
 void xfdashboard_popup_menu_item_default_init(XfdashboardPopupMenuItemInterface *iface)
 {
 	static gboolean		initialized=FALSE;
-	GParamSpec			*property;
 
 	/* Define properties, signals and actions */
 	if(!initialized)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list