[gedit/zbrown/deteplification-src: 226/633] App: remove dead code
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 226/633] App: remove dead code
- Date: Sat, 10 Apr 2021 12:47:59 +0000 (UTC)
commit cb8eeb8f90527f87bd48a51f14cfd80704f1d3a0
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Mar 20 13:48:54 2020 +0100
App: remove dead code
ENABLE_INTROSPECTION was never set.
gedit/gedit-app.c | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
index daadc3610..bfd926a43 100644
--- a/gedit/gedit-app.c
+++ b/gedit/gedit-app.c
@@ -32,10 +32,6 @@
#include <libpeas/peas-extension-set.h>
#include <gtksourceview/gtksource.h>
-#ifdef ENABLE_INTROSPECTION
-#include <girepository.h>
-#endif
-
#include "gedit-commands-private.h"
#include "gedit-notebook.h"
#include "gedit-debug.h"
@@ -1293,10 +1289,6 @@ gedit_app_init (GeditApp *app)
gtk_window_set_default_icon_name ("gedit");
g_application_add_main_option_entries (G_APPLICATION (app), options);
-
-#ifdef ENABLE_INTROSPECTION
- g_application_add_option_group (G_APPLICATION (app), g_irepository_get_option_group ());
-#endif
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]