[gnome-builder/wip/gtk4-port: 289/343] libide/editor: remove legacy editor bits




commit d0a8208ce7a7dfa2ac0d4aead09962c3b6c367b4
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 1 18:06:58 2022 -0700

    libide/editor: remove legacy editor bits
    
    These wont be coming across to the new editor design as they are vestiages
    of the whole "surface" thing we had previously.

 src/libide/editor/ide-editor-plugin-private.h    |   27 -
 src/libide/editor/ide-editor-sidebar.c           |  557 -----------
 src/libide/editor/ide-editor-sidebar.h           |   54 --
 src/libide/editor/ide-editor-sidebar.ui          |  113 ---
 src/libide/editor/ide-editor-surface-actions.c   |  164 ----
 src/libide/editor/ide-editor-surface-shortcuts.c |  113 ---
 src/libide/editor/ide-editor-surface.c           | 1093 ----------------------
 src/libide/editor/ide-editor-surface.h           |   65 --
 src/libide/editor/ide-editor-surface.ui          |   36 -
 src/libide/editor/ide-editor-utilities.c         |   85 --
 src/libide/editor/ide-editor-utilities.h         |   39 -
 src/libide/editor/libide-editor.h                |    3 -
 src/libide/editor/meson.build                    |    8 -
 13 files changed, 2357 deletions(-)
---
diff --git a/src/libide/editor/libide-editor.h b/src/libide/editor/libide-editor.h
index b541f5833..60ed5f8fd 100644
--- a/src/libide/editor/libide-editor.h
+++ b/src/libide/editor/libide-editor.h
@@ -31,9 +31,6 @@ G_BEGIN_DECLS
 #include "ide-editor-page.h"
 #include "ide-editor-page-addin.h"
 #include "ide-editor-search.h"
-#include "ide-editor-sidebar.h"
-#include "ide-editor-surface.h"
-#include "ide-editor-utilities.h"
 #include "ide-editor-workspace.h"
 
 #undef IDE_EDITOR_INSIDE
diff --git a/src/libide/editor/meson.build b/src/libide/editor/meson.build
index db9a5d905..67e062ed8 100644
--- a/src/libide/editor/meson.build
+++ b/src/libide/editor/meson.build
@@ -15,9 +15,6 @@ libide_editor_public_headers = [
   'ide-editor-page.h',
   'ide-editor-page-addin.h',
   'ide-editor-search.h',
-  'ide-editor-sidebar.h',
-  'ide-editor-surface.h',
-  'ide-editor-utilities.h',
   'ide-editor-workspace.h',
   'libide-editor.h',
 ]
@@ -39,9 +36,6 @@ libide_editor_public_sources = [
   'ide-editor-page.c',
   'ide-editor-page-addin.c',
   'ide-editor-search.c',
-  'ide-editor-sidebar.c',
-  'ide-editor-surface.c',
-  'ide-editor-utilities.c',
   'ide-editor-workspace.c',
 ]
 
@@ -54,8 +48,6 @@ libide_editor_private_sources = [
   'ide-editor-search-bar.c',
   'ide-editor-search-bar-shortcuts.c',
   'ide-editor-settings-dialog.c',
-  'ide-editor-surface-actions.c',
-  'ide-editor-surface-shortcuts.c',
 ]
 
 libide_editor_sources += libide_editor_public_sources


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