[gnome-builder/wip/gtk4-port: 1474/1774] plugins/shellcmd: remove unused sources




commit 85d1e7af60585d628f8db7a54e8e777a2fb239a9
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jun 10 22:14:43 2022 -0700

    plugins/shellcmd: remove unused sources

 src/plugins/shellcmd/gbp-shellcmd-list.c           | 126 ---------------------
 src/plugins/shellcmd/gbp-shellcmd-list.h           |  33 ------
 src/plugins/shellcmd/gbp-shellcmd-list.ui          |  45 --------
 .../shellcmd/gbp-shellcmd-preferences-addin.c      |   1 -
 src/plugins/shellcmd/meson.build                   |   1 -
 src/plugins/shellcmd/shellcmd.gresource.xml        |   1 -
 6 files changed, 207 deletions(-)
---
diff --git a/src/plugins/shellcmd/gbp-shellcmd-preferences-addin.c 
b/src/plugins/shellcmd/gbp-shellcmd-preferences-addin.c
index e79344af5..847546ce2 100644
--- a/src/plugins/shellcmd/gbp-shellcmd-preferences-addin.c
+++ b/src/plugins/shellcmd/gbp-shellcmd-preferences-addin.c
@@ -26,7 +26,6 @@
 
 #include <libide-gui.h>
 
-#include "gbp-shellcmd-list.h"
 #include "gbp-shellcmd-command-model.h"
 #include "gbp-shellcmd-preferences-addin.h"
 #include "gbp-shellcmd-run-command.h"
diff --git a/src/plugins/shellcmd/meson.build b/src/plugins/shellcmd/meson.build
index 17fa70330..c56bfd5b6 100644
--- a/src/plugins/shellcmd/meson.build
+++ b/src/plugins/shellcmd/meson.build
@@ -3,7 +3,6 @@ if get_option('plugin_shellcmd')
 plugins_sources += files([
   'shellcmd-plugin.c',
   'gbp-shellcmd-command-model.c',
-  'gbp-shellcmd-list.c',
   'gbp-shellcmd-preferences-addin.c',
   'gbp-shellcmd-run-command.c',
   'gbp-shellcmd-run-command-provider.c',
diff --git a/src/plugins/shellcmd/shellcmd.gresource.xml b/src/plugins/shellcmd/shellcmd.gresource.xml
index acb44fae4..4af547c31 100644
--- a/src/plugins/shellcmd/shellcmd.gresource.xml
+++ b/src/plugins/shellcmd/shellcmd.gresource.xml
@@ -2,6 +2,5 @@
 <gresources>
   <gresource prefix="/plugins/shellcmd">
     <file>shellcmd.plugin</file>
-    <file preprocess="xml-stripblanks">gbp-shellcmd-list.ui</file>
   </gresource>
 </gresources>


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