[gnome-control-center] mouse: remove unused code
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] mouse: remove unused code
- Date: Fri, 4 Jan 2013 19:35:21 +0000 (UTC)
commit 77a26f95f1ef47d91695b209b08fe5d27d1a1333
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Jan 4 15:23:34 2013 +0100
mouse: remove unused code
https://bugzilla.gnome.org/show_bug.cgi?id=691132
panels/mouse/cc-mouse-panel.c | 28 ----------------------------
1 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/panels/mouse/cc-mouse-panel.c b/panels/mouse/cc-mouse-panel.c
index c913711..23ef418 100644
--- a/panels/mouse/cc-mouse-panel.c
+++ b/panels/mouse/cc-mouse-panel.c
@@ -51,32 +51,6 @@ enum {
};
static void
-cc_mouse_panel_get_property (GObject *object,
- guint property_id,
- GValue *value,
- GParamSpec *pspec)
-{
- switch (property_id)
- {
- default:
- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
- }
-}
-
-static void
-cc_mouse_panel_set_property (GObject *object,
- guint property_id,
- const GValue *value,
- GParamSpec *pspec)
-{
- switch (property_id)
- {
- default:
- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
- }
-}
-
-static void
cc_mouse_panel_dispose (GObject *object)
{
CcMousePanelPrivate *priv = CC_MOUSE_PANEL (object)->priv;
@@ -213,8 +187,6 @@ cc_mouse_panel_class_init (CcMousePanelClass *klass)
panel_class->get_help_uri = cc_mouse_panel_get_help_uri;
- object_class->get_property = cc_mouse_panel_get_property;
- object_class->set_property = cc_mouse_panel_set_property;
object_class->dispose = cc_mouse_panel_dispose;
object_class->constructed = cc_mouse_panel_constructed;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]