[mutter] default: Remove the unmaximize implementation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] default: Remove the unmaximize implementation
- Date: Mon, 28 Apr 2014 19:21:10 +0000 (UTC)
commit 270c7abd3c4973542036535113ff5f4535d8360d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Apr 28 15:17:15 2014 -0400
default: Remove the unmaximize implementation
It does nothing.
src/compositor/plugins/default.c | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/src/compositor/plugins/default.c b/src/compositor/plugins/default.c
index 8d07aa1..151175a 100644
--- a/src/compositor/plugins/default.c
+++ b/src/compositor/plugins/default.c
@@ -83,12 +83,6 @@ static void maximize (MetaPlugin *plugin,
gint y,
gint width,
gint height);
-static void unmaximize (MetaPlugin *plugin,
- MetaWindowActor *actor,
- gint x,
- gint y,
- gint width,
- gint height);
static void switch_workspace (MetaPlugin *plugin,
gint from,
@@ -214,7 +208,6 @@ meta_default_plugin_class_init (MetaDefaultPluginClass *klass)
plugin_class->map = map;
plugin_class->minimize = minimize;
plugin_class->maximize = maximize;
- plugin_class->unmaximize = unmaximize;
plugin_class->destroy = destroy;
plugin_class->switch_workspace = switch_workspace;
plugin_class->show_tile_preview = show_tile_preview;
@@ -622,23 +615,6 @@ maximize (MetaPlugin *plugin,
meta_plugin_maximize_completed (plugin, window_actor);
}
-/*
- * See comments on the maximize() function.
- *
- * (Just a skeleton code.)
- */
-static void
-unmaximize (MetaPlugin *plugin,
- MetaWindowActor *window_actor,
- gint end_x, gint end_y, gint end_width, gint end_height)
-{
- MetaWindow *meta_window = meta_window_actor_get_meta_window (window_actor);
- MetaWindowType type = meta_window_get_window_type (meta_window);
-
- /* Do this conditionally, if the effect requires completion callback. */
- meta_plugin_unmaximize_completed (plugin, window_actor);
-}
-
static void
on_map_effect_complete (ClutterTimeline *timeline, EffectCompleteData *data)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]