[gnome-text-editor] sidebar: remove dead code



commit 85d58069184edfcdff81c28576a606057cbb9048
Author: Christian Hergert <chergert redhat com>
Date:   Wed Oct 27 16:11:27 2021 -0700

    sidebar: remove dead code

 src/editor-sidebar-private.h           |  31 ----
 src/editor-sidebar.c                   | 275 ---------------------------------
 src/editor-sidebar.h                   |  34 ----
 src/editor-sidebar.ui                  |  90 -----------
 src/editor-types.h                     |   1 -
 src/org.gnome.TextEditor.gresource.xml |   1 -
 6 files changed, 432 deletions(-)
---
diff --git a/src/editor-types.h b/src/editor-types.h
index 9ee76f3..c634328 100644
--- a/src/editor-types.h
+++ b/src/editor-types.h
@@ -39,7 +39,6 @@ typedef struct _EditorPreferencesSpin      EditorPreferencesSpin;
 typedef struct _EditorPreferencesSwitch    EditorPreferencesSwitch;
 typedef struct _EditorPreferencesWindow    EditorPreferencesWindow;
 typedef struct _EditorSession              EditorSession;
-typedef struct _EditorSidebar              EditorSidebar;
 typedef struct _EditorSignalGroup          EditorSignalGroup;
 typedef struct _EditorSpellChecker         EditorSpellChecker;
 typedef struct _EditorSpellLanguage        EditorSpellLanguage;
diff --git a/src/org.gnome.TextEditor.gresource.xml b/src/org.gnome.TextEditor.gresource.xml
index 8974c37..f61780d 100644
--- a/src/org.gnome.TextEditor.gresource.xml
+++ b/src/org.gnome.TextEditor.gresource.xml
@@ -10,7 +10,6 @@
     <file preprocess="xml-stripblanks">editor-search-bar.ui</file>
     <file preprocess="xml-stripblanks">editor-search-entry.ui</file>
     <file preprocess="xml-stripblanks">editor-sidebar-row.ui</file>
-    <file preprocess="xml-stripblanks">editor-sidebar.ui</file>
     <file preprocess="xml-stripblanks">editor-theme-selector.ui</file>
     <file preprocess="xml-stripblanks">editor-window.ui</file>
   </gresource>


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