[glom] Do not try to build the commented-out gst-package.[h|cc] files.



commit eb1f4b90121e1ce6e6158a7228c6ec987bc6d893
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 29 13:51:42 2014 +0200

    Do not try to build the commented-out gst-package.[h|cc] files.
    
    g++ doesn't like building empty files with -pedantic.

 glom/libglom/connectionpool_backends/mysql_self.cc |    1 -
 .../connectionpool_backends/postgres_self.cc       |    1 -
 glom/libglom/filelist.am                           |    2 --
 po/POTFILES.in                                     |    1 -
 4 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/glom/libglom/connectionpool_backends/mysql_self.cc 
b/glom/libglom/connectionpool_backends/mysql_self.cc
index 74fcc9e..6f85ecc 100644
--- a/glom/libglom/connectionpool_backends/mysql_self.cc
+++ b/glom/libglom/connectionpool_backends/mysql_self.cc
@@ -36,7 +36,6 @@
 #include <glibmm/shell.h>
 #include <glibmm/i18n.h>
 
-#include <libglom/gst-package.h>
 #include <sstream> //For stringstream
 #include <iostream>
 
diff --git a/glom/libglom/connectionpool_backends/postgres_self.cc 
b/glom/libglom/connectionpool_backends/postgres_self.cc
index fc27f69..c4e773b 100644
--- a/glom/libglom/connectionpool_backends/postgres_self.cc
+++ b/glom/libglom/connectionpool_backends/postgres_self.cc
@@ -34,7 +34,6 @@
 #include <glibmm/shell.h>
 #include <glibmm/i18n.h>
 
-#include <libglom/gst-package.h>
 #include <sstream> //For stringstream
 #include <iostream>
 
diff --git a/glom/libglom/filelist.am b/glom/libglom/filelist.am
index d4feee5..52058e1 100644
--- a/glom/libglom/filelist.am
+++ b/glom/libglom/filelist.am
@@ -106,8 +106,6 @@ libglom_sources =                                                   \
        glom/libglom/db_utils.h                                         \
        glom/libglom/glom_postgres.cc                                   \
        glom/libglom/glom_postgres.h                                    \
-       glom/libglom/gst-package.c                                      \
-       glom/libglom/gst-package.h                                      \
        glom/libglom/init.cc                                            \
        glom/libglom/privs.cc                                           \
        glom/libglom/privs.h                                            \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2423946..aa84d36 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -53,7 +53,6 @@ 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/gst-package.c
 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]