[gnome-builder/editor-layout] remove dead code



commit 22aba22776652837e53392eeb3b03941d74a1a87
Author: Christian Hergert <christian hergert me>
Date:   Sun Nov 30 05:17:12 2014 -0800

    remove dead code

 src/editor/gb-editor-workspace.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/editor/gb-editor-workspace.c b/src/editor/gb-editor-workspace.c
index bfcd3ab..a327b35 100644
--- a/src/editor/gb-editor-workspace.c
+++ b/src/editor/gb-editor-workspace.c
@@ -267,8 +267,4 @@ gb_editor_workspace_init (GbEditorWorkspace *workspace)
   workspace->priv->command_map = g_hash_table_new (g_str_hash, g_str_equal);
 
   gtk_widget_init_template (GTK_WIDGET (workspace));
-
-#if 0
-  gb_editor_commands_init (workspace);
-#endif
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]