[eog] Remove EogDialog helper class



commit 9a60071fb0c0adfe71cb58cb81fde6dfb035f63b
Author: Felix Riemann <friemann gnome org>
Date:   Sat May 3 20:27:10 2014 +0200

    Remove EogDialog helper class
    
    EogDialog has become obsolete with the switch to GtkBuilder templates.

 doc/reference/eog-sections.txt |   18 ---
 src/Makefile.am                |    2 -
 src/eog-dialog.c               |  232 ----------------------------------------
 src/eog-dialog.h               |   76 -------------
 src/eog-metadata-sidebar.c     |    1 -
 src/eog-window.h               |    1 -
 6 files changed, 0 insertions(+), 330 deletions(-)
---
diff --git a/doc/reference/eog-sections.txt b/doc/reference/eog-sections.txt
index ee7139f..61822ab 100644
--- a/doc/reference/eog-sections.txt
+++ b/doc/reference/eog-sections.txt
@@ -541,24 +541,6 @@ EOG_METADATA_READER_JPG_GET_CLASS
 </SECTION>
 
 <SECTION>
-<FILE>eog-dialog</FILE>
-<TITLE>EogDialog</TITLE>
-EogDialog
-eog_dialog_construct
-eog_dialog_show
-eog_dialog_hide
-eog_dialog_get_controls
-<SUBSECTION Standard>
-EOG_DIALOG
-EOG_IS_DIALOG
-EOG_TYPE_DIALOG
-eog_dialog_get_type
-EOG_DIALOG_CLASS
-EOG_IS_DIALOG_CLASS
-EOG_DIALOG_GET_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>eog-image-save-info</FILE>
 <TITLE>EogImageSaveInfo</TITLE>
 EogImageSaveInfo
diff --git a/src/Makefile.am b/src/Makefile.am
index 59b417d..7afe655 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,6 @@ INST_H_FILES =                                \
        eog-application-activatable.h   \
        eog-clipboard-handler.h         \
        eog-debug.h                     \
-       eog-dialog.h                    \
        eog-enums.h                     \
        eog-file-chooser.h              \
        eog-image.h                     \
@@ -68,7 +67,6 @@ libeog_c_files =                      \
        eog-clipboard-handler.c         \
        eog-close-confirmation-dialog.c \
        eog-debug.c                     \
-       eog-dialog.c                    \
        eog-error-message-area.c        \
        eog-file-chooser.c              \
        eog-image.c                     \
diff --git a/src/eog-metadata-sidebar.c b/src/eog-metadata-sidebar.c
index eb74229..0fe5cac 100644
--- a/src/eog-metadata-sidebar.c
+++ b/src/eog-metadata-sidebar.c
@@ -32,7 +32,6 @@
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
-#include "eog-dialog.h"
 #include "eog-image.h"
 #include "eog-metadata-sidebar.h"
 #include "eog-properties-dialog.h"
diff --git a/src/eog-window.h b/src/eog-window.h
index 048c7d6..3316c6f 100644
--- a/src/eog-window.h
+++ b/src/eog-window.h
@@ -30,7 +30,6 @@
 
 #include "eog-list-store.h"
 #include "eog-image.h"
-#include "eog-dialog.h"
 
 #include <glib.h>
 #include <glib-object.h>


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