[glom] Remove useless .cc files for templates.



commit ce862fef6a6a6dee65871c49ab49ea1d39d746ba
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 16 13:47:41 2016 +0100

    Remove useless .cc files for templates.

 CMakeLists.txt                                     |    3 --
 Makefile_glom.am                                   |    1 -
 glom/glade_utils.cc                                |   31 --------------------
 glom/libglom/document/bakery/view/view.cc          |   25 ----------------
 .../libglom/document/bakery/view/view_composite.cc |   26 ----------------
 glom/libglom/filelist.am                           |    2 -
 po/POTFILES.in                                     |    3 --
 7 files changed, 0 insertions(+), 91 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad1227e..879136e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,9 +205,7 @@ set(SOURCE_FILES
         glom/libglom/data_structure/tableinfo.h
         glom/libglom/data_structure/translatable_item.cc
         glom/libglom/data_structure/translatable_item.h
-        glom/libglom/document/bakery/view/view.cc
         glom/libglom/document/bakery/view/view.h
-        glom/libglom/document/bakery/view/view_composite.cc
         glom/libglom/document/bakery/view/view_composite.h
         glom/libglom/document/bakery/view/viewbase.cc
         glom/libglom/document/bakery/view/viewbase.h
@@ -579,7 +577,6 @@ set(SOURCE_FILES
         glom/filechooser_export.h
         glom/frame_glom.cc
         glom/frame_glom.h
-        glom/glade_utils.cc
         glom/glade_utils.h
         glom/infobar_progress_creating.cc
         glom/infobar_progress_creating.h
diff --git a/Makefile_glom.am b/Makefile_glom.am
index e495162..e8dc8e6 100644
--- a/Makefile_glom.am
+++ b/Makefile_glom.am
@@ -112,7 +112,6 @@ glom_source_files = \
        glom/filechooser_export.h                                       \
        glom/frame_glom.cc                                              \
        glom/frame_glom.h                                               \
-       glom/glade_utils.cc                                             \
        glom/glade_utils.h                                              \
        glom/infobar_progress_creating.cc                               \
        glom/infobar_progress_creating.h                                \
diff --git a/glom/libglom/filelist.am b/glom/libglom/filelist.am
index 30013cd..8035f29 100644
--- a/glom/libglom/filelist.am
+++ b/glom/libglom/filelist.am
@@ -168,8 +168,6 @@ libglom_sources =                                                   \
        glom/libglom/document/document.cc                               \
        glom/libglom/document/bakery/document.cc                        \
        glom/libglom/document/bakery/document_xml.cc                    \
-       glom/libglom/document/bakery/view/view.cc                       \
-       glom/libglom/document/bakery/view/view_composite.cc             \
        glom/libglom/document/bakery/view/viewbase.cc                   \
        glom/libglom/python_embed/py_glom_record.cc                     \
        glom/libglom/python_embed/py_glom_record.h                      \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 94e55dc..cca3dcc 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -14,7 +14,6 @@ glom/dialog_connection.cc
 glom/dialog_existing_or_new.cc
 glom/filechooser_export.cc
 glom/frame_glom.cc
-glom/glade_utils.cc
 glom/utils_ui.cc
 glom/onlineglom_strings.cc
 glom/bakery/appwindow.cc
@@ -51,8 +50,6 @@ glom/libglom/document/document.cc
 glom/libglom/document/bakery/document.cc
 glom/libglom/document/bakery/document_xml.cc
 glom/libglom/document/bakery/view/viewbase.cc
-glom/libglom/document/bakery/view/view.cc
-glom/libglom/document/bakery/view/view_composite.cc
 glom/libglom/spawn_with_feedback.cc
 glom/libglom/translations_po.cc
 glom/libglom/utils.cc


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