[Goodies-commits] r5606 - xfce4-power-manager/trunk/src

Ali Abdallah aliov at xfce.org
Mon Oct 13 17:10:11 CEST 2008


Author: aliov
Date: 2008-10-13 15:10:11 +0000 (Mon, 13 Oct 2008)
New Revision: 5606

Modified:
   xfce4-power-manager/trunk/src/xfpm-spin-button.c
   xfce4-power-manager/trunk/src/xfpm-spin-button.h
Log:
removed unused variable suffix_position

Modified: xfce4-power-manager/trunk/src/xfpm-spin-button.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-spin-button.c	2008-10-13 15:01:27 UTC (rev 5605)
+++ xfce4-power-manager/trunk/src/xfpm-spin-button.c	2008-10-13 15:10:11 UTC (rev 5606)
@@ -1,3 +1,24 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
+ *
+ * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ *
+ * Licensed under the GNU General Public License Version 2
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -88,7 +109,6 @@
 xfpm_spin_button_init(XfpmSpinButton *spin_button)
 {
     spin_button->suffix_length = 0;
-    spin_button->suffix_position = 0;
     spin_button->suffix = NULL;
 }
 

Modified: xfce4-power-manager/trunk/src/xfpm-spin-button.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-spin-button.h	2008-10-13 15:01:27 UTC (rev 5605)
+++ xfce4-power-manager/trunk/src/xfpm-spin-button.h	2008-10-13 15:10:11 UTC (rev 5606)
@@ -1,3 +1,24 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
+ *
+ * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ *
+ * Licensed under the GNU General Public License Version 2
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
 #ifndef __XFPM_SPIN_BUTTON_H
 #define __XFPM_SPIN_BUTTON_H
 




More information about the Goodies-commits mailing list