aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-07-05 10:46:44 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-07-05 10:46:44 -0500
commita578e5d5e3e0e8f2bcbdcdd5079af4f886d4dd4e (patch)
tree947f087763a56f006ad6e4dde79a1808aba64dfb /src
parent554f2f463835cabde413103416fcc49954224981 (diff)
downloadayatana-indicator-session-a578e5d5e3e0e8f2bcbdcdd5079af4f886d4dd4e.tar.gz
ayatana-indicator-session-a578e5d5e3e0e8f2bcbdcdd5079af4f886d4dd4e.tar.bz2
ayatana-indicator-session-a578e5d5e3e0e8f2bcbdcdd5079af4f886d4dd4e.zip
copyediting
Diffstat (limited to 'src')
-rw-r--r--src/user-widget.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/user-widget.c b/src/user-widget.c
index 90dd811..b0d2dd4 100644
--- a/src/user-widget.c
+++ b/src/user-widget.c
@@ -20,14 +20,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+ #include "config.h"
#endif
-#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <math.h>
-
#include <libindicator/indicator-image-helper.h>
#include "shared-names.h"
@@ -49,13 +46,6 @@ struct _UserWidgetPrivate
#define USER_WIDGET_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), USER_WIDGET_TYPE, UserWidgetPrivate))
-typedef struct
-{
- double r;
- double g;
- double b;
-} CairoColorRGB;
-
/* Prototypes */
static void user_widget_class_init (UserWidgetClass *klass);
static void user_widget_init (UserWidget *self);