forked from pool/gtranslator
34 lines
1.4 KiB
Diff
34 lines
1.4 KiB
Diff
|
diff -Naur a/doc/reference/gtranslator-docs.sgml b/doc/reference/gtranslator-docs.sgml
|
||
|
--- a/doc/reference/gtranslator-docs.sgml 2020-09-18 02:20:52.751001000 -0500
|
||
|
+++ b/doc/reference/gtranslator-docs.sgml 2020-10-07 21:06:17.131336942 -0500
|
||
|
@@ -50,7 +50,6 @@
|
||
|
<xi:include href="xml/gtr-notebook.xml"/>
|
||
|
<xi:include href="xml/gtr-po.xml"/>
|
||
|
<xi:include href="xml/gtr-profile.xml"/>
|
||
|
- <xi:include href="xml/gtr-statusbar.xml"/>
|
||
|
<xi:include href="xml/gtr-tab.xml"/>
|
||
|
<xi:include href="xml/gtr-utils.xml"/>
|
||
|
<xi:include href="xml/gtr-view.xml"/>
|
||
|
diff -Naur a/doc/reference/gtranslator.types b/doc/reference/gtranslator.types
|
||
|
--- a/doc/reference/gtranslator.types 2020-09-18 02:20:52.751001000 -0500
|
||
|
+++ b/doc/reference/gtranslator.types 2020-10-07 21:06:34.699107985 -0500
|
||
|
@@ -10,7 +10,6 @@
|
||
|
#include "gtr-notebook.h"
|
||
|
#include "gtr-po.h"
|
||
|
#include "gtr-profile.h"
|
||
|
-#include "gtr-statusbar.h"
|
||
|
#include "gtr-tab.h"
|
||
|
#include "gtr-utils.h"
|
||
|
#include "gtr-view.h"
|
||
|
diff -Naur a/plugins/dictionary/gtr-dict-panel.c b/plugins/dictionary/gtr-dict-panel.c
|
||
|
--- a/plugins/dictionary/gtr-dict-panel.c 2020-09-18 02:20:52.775001000 -0500
|
||
|
+++ b/plugins/dictionary/gtr-dict-panel.c 2020-10-07 21:06:57.058816577 -0500
|
||
|
@@ -22,7 +22,6 @@
|
||
|
#include "gtr-dict-panel.h"
|
||
|
#include "gtr-gdict-sidebar.h"
|
||
|
#include "gtr-window.h"
|
||
|
-#include "gtr-statusbar.h"
|
||
|
#include "gtr-dirs.h"
|
||
|
|
||
|
#include <glib.h>
|