[gnome-builder] libide/gui: remove old comment



commit 531c6cd666ad170786767233f1dc480547307430
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 28 16:27:18 2022 -0700

    libide/gui: remove old comment

 src/libide/gui/ide-workspace.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/libide/gui/ide-workspace.c b/src/libide/gui/ide-workspace.c
index 4ed470978..fe25876f6 100644
--- a/src/libide/gui/ide-workspace.c
+++ b/src/libide/gui/ide-workspace.c
@@ -525,10 +525,6 @@ ide_workspace_constructed (GObject *object)
   G_OBJECT_CLASS (ide_workspace_parent_class)->constructed (object);
 
   /* TODO: Connect addins to muxer */
-  /* TODO: Make sure we can get subclasses working (needs a fix
-   * for when/what/who should call ide_action_muxer_init() as you
-   * currently need to call that again in subclass.
-   */
   ide_action_mixin_constructed (&IDE_WORKSPACE_GET_CLASS (self)->action_mixin, object);
   muxer = ide_action_mixin_get_action_muxer (self);
   gtk_widget_insert_action_group (GTK_WIDGET (self), "workspace", G_ACTION_GROUP (muxer));


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