[evolution/webkit-composer: 179/181] Remove EEditorWindow.



commit 20f62744b500d899433bb6fd9c0c583791f51f79
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 8 17:59:07 2013 -0500

    Remove EEditorWindow.
    
    EEditorWindow assumes too much about the packing arrangement of its
    widgets, which just makes life difficult for subclasses.

 doc/reference/libeutil/libeutil-docs.sgml    |    1 -
 doc/reference/libeutil/libeutil-sections.txt |   22 ---
 doc/reference/libeutil/libeutil.types        |    1 -
 e-util/Makefile.am                           |    2 -
 e-util/e-editor-window.c                     |  231 --------------------------
 e-util/e-editor-window.h                     |   77 ---------
 e-util/e-util.h                              |    1 -
 7 files changed, 0 insertions(+), 335 deletions(-)
---
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml
index 58723a4..316cbd1 100644
--- a/doc/reference/libeutil/libeutil-docs.sgml
+++ b/doc/reference/libeutil/libeutil-docs.sgml
@@ -102,7 +102,6 @@
     <xi:include href="xml/e-editor.xml"/>
     <xi:include href="xml/e-editor-selection.xml"/>
     <xi:include href="xml/e-editor-widget.xml"/>
-    <xi:include href="xml/e-editor-window.xml"/>
     <xi:include href="xml/e-editor-dialog.xml"/>
     <xi:include href="xml/e-editor-cell-dialog.xml"/>
     <xi:include href="xml/e-editor-find-dialog.xml"/>
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt
index 5395a9a..604d4cf 100644
--- a/doc/reference/libeutil/libeutil-sections.txt
+++ b/doc/reference/libeutil/libeutil-sections.txt
@@ -1823,28 +1823,6 @@ EEditorWidgetPrivate
 </SECTION>
 
 <SECTION>
-<FILE>e-editor-window</FILE>
-<TITLE>EEditorWindow</TITLE>
-EEditorWindow
-e_editor_window_new
-e_editor_window_get_editor
-e_editor_window_pack_above
-e_editor_window_pack_inside
-e_editor_window_pack_below
-<SUBSECTION Standard>
-E_EDITOR_WINDOW
-E_IS_EDITOR_WINDOW
-E_TYPE_EDITOR_WINDOW
-E_EDITOR_WINDOW_CLASS
-E_IS_EDITOR_WINDOW_CLASS
-E_EDITOR_WINDOW_GET_CLASS
-EEditorWindowClass
-e_editor_window_get_type
-<SUBSECTION Private>
-EEditorWindowPrivate
-</SECTION>
-
-<SECTION>
 <FILE>e-emoticon</FILE>
 <TITLE>EEmoticon</TITLE>
 EEmoticon
diff --git a/doc/reference/libeutil/libeutil.types b/doc/reference/libeutil/libeutil.types
index 5df79b6..9a15b84 100644
--- a/doc/reference/libeutil/libeutil.types
+++ b/doc/reference/libeutil/libeutil.types
@@ -75,7 +75,6 @@ e_editor_spell_check_dialog_get_type
 e_editor_table_dialog_get_type
 e_editor_text_dialog_get_type
 e_editor_widget_get_type
-e_editor_window_get_type
 e_emoticon_action_get_type
 e_emoticon_chooser_get_type
 e_emoticon_chooser_menu_get_type
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 324b9f8..97968e7 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -185,7 +185,6 @@ eutilinclude_HEADERS =  \
 	e-editor-text-dialog.h \
 	e-editor-utils.h \
 	e-editor-widget.h \
-	e-editor-window.h \
 	e-editor.h \
 	e-emoticon-action.h \
 	e-emoticon-chooser-menu.h \
@@ -457,7 +456,6 @@ libeutil_la_SOURCES = \
 	e-editor-text-dialog.c \
 	e-editor-utils.c \
 	e-editor-widget.c \
-	e-editor-window.c \
 	e-editor.c \
 	e-emoticon-action.c \
 	e-emoticon-chooser-menu.c \
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 335280b..20d2e8a 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -105,7 +105,6 @@
 #include <e-util/e-editor-text-dialog.h>
 #include <e-util/e-editor-utils.h>
 #include <e-util/e-editor-widget.h>
-#include <e-util/e-editor-window.h>
 #include <e-util/e-editor.h>
 #include <e-util/e-emoticon-action.h>
 #include <e-util/e-emoticon-chooser-menu.h>


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