[gnome-builder/wip/gtk4-port] libide/gui: remove command manager from libide-gui
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] libide/gui: remove command manager from libide-gui
- Date: Tue, 29 Mar 2022 00:40:44 +0000 (UTC)
commit 94ad0d9d086ca03d299ed8d0ba6cd7cb96931867
Author: Christian Hergert <chergert redhat com>
Date: Mon Mar 28 16:55:19 2022 -0700
libide/gui: remove command manager from libide-gui
src/libide/gui/ide-gui-private.h | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/src/libide/gui/ide-gui-private.h b/src/libide/gui/ide-gui-private.h
index b5a080dd6..85f15a34a 100644
--- a/src/libide/gui/ide-gui-private.h
+++ b/src/libide/gui/ide-gui-private.h
@@ -28,7 +28,6 @@
#include <libide-core.h>
#include <libide-projects.h>
-#include "ide-command-manager.h"
#include "ide-header-bar.h"
#include "ide-notification-list-box-row-private.h"
#include "ide-notification-stack-private.h"
@@ -41,13 +40,6 @@
G_BEGIN_DECLS
-void _ide_command_manager_init_shortcuts (IdeCommandManager *self,
- IdeWorkspace *workspace);
-void _ide_command_manager_unload_shortcuts (IdeCommandManager *self,
- IdeWorkspace *workspace);
-void _ide_command_manager_execute (IdeCommandManager *self,
- IdeWorkspace *workspace,
- const gchar *command);
void _ide_primary_workspace_init_actions (IdePrimaryWorkspace *self);
void _ide_workspace_init_actions (IdeWorkspace *self);
GList *_ide_workspace_get_mru_link (IdeWorkspace *self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]