summaryrefslogtreecommitdiff
path: root/libwindow-settings/mate-window-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libwindow-settings/mate-window-manager.c')
-rw-r--r--libwindow-settings/mate-window-manager.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libwindow-settings/mate-window-manager.c b/libwindow-settings/mate-window-manager.c
index c7bbd24a..ece2e7d3 100644
--- a/libwindow-settings/mate-window-manager.c
+++ b/libwindow-settings/mate-window-manager.c
@@ -188,7 +188,6 @@ mate_window_manager_class_init (MateWindowManagerClass *class)
parent_class = g_type_class_peek_parent (class);
-
signals[SETTINGS_CHANGED] =
g_signal_new ("settings_changed",
G_OBJECT_CLASS_TYPE (class),
@@ -199,7 +198,6 @@ mate_window_manager_class_init (MateWindowManagerClass *class)
G_TYPE_NONE, 0);
}
-
GType
mate_window_manager_get_type (void)
{
@@ -228,7 +226,6 @@ mate_window_manager_get_type (void)
return mate_window_manager_type;
}
-
void
mate_window_manager_settings_changed (MateWindowManager *wm)
{