[glom] Remove unused parameternamegenerator source file.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Remove unused parameternamegenerator source file.
- Date: Wed, 30 Nov 2011 10:42:02 +0000 (UTC)
commit 2a092b4d5ee7e9b8aabfab97fbf24f770283e65f
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Nov 30 11:41:51 2011 +0100
Remove unused parameternamegenerator source file.
* glom/libglom/filelist.am:
* glom/libglom/data_structure/parameternamegenerator.[h|cc]: Remove this
unused class.
* glom/base_db.cc
* glom/libglom/db_utils.cc: Do not include it.
ChangeLog | 10 ++++
glom/base_db.cc | 1 -
.../data_structure/parameternamegenerator.cc | 45 --------------------
.../data_structure/parameternamegenerator.h | 44 -------------------
glom/libglom/db_utils.cc | 1 -
glom/libglom/filelist.am | 2 -
6 files changed, 10 insertions(+), 93 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ace98cb..75c916b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-11-30 Murray Cumming <murrayc murrayc com>
+ Remove unused parameternamegenerator source file.
+
+ * glom/libglom/filelist.am:
+ * glom/libglom/data_structure/parameternamegenerator.[h|cc]: Remove this
+ unused class.
+ * glom/base_db.cc
+ * glom/libglom/db_utils.cc: Do not include it.
+
+2011-11-30 Murray Cumming <murrayc murrayc com>
+
test_document_load_and_change: Test renaming and removing of tables.
* tests/test_document_load_and_change.cc: This also checks that relationships
diff --git a/glom/base_db.cc b/glom/base_db.cc
index 211d67a..0fc9ada 100644
--- a/glom/base_db.cc
+++ b/glom/base_db.cc
@@ -39,7 +39,6 @@
#include <glom/utils_ui.h>
#include <glom/glade_utils.h>
#include <libglom/data_structure/glomconversions.h>
-#include <libglom/data_structure/parameternamegenerator.h>
#include <libglom/data_structure/layout/report_parts/layoutitem_summary.h>
#include <libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h>
#include <libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h>
diff --git a/glom/libglom/db_utils.cc b/glom/libglom/db_utils.cc
index 4f42caa..3a9e0b5 100644
--- a/glom/libglom/db_utils.cc
+++ b/glom/libglom/db_utils.cc
@@ -24,7 +24,6 @@
#include <libglom/connectionpool_backends/postgres_central.h>
#include <libglom/standard_table_prefs_fields.h>
#include <libglom/privs.h>
-#include <libglom/data_structure/parameternamegenerator.h>
#include <libglom/utils.h>
#include <libgdamm/value.h>
#include <libgdamm/metastore.h>
diff --git a/glom/libglom/filelist.am b/glom/libglom/filelist.am
index b7ca460..781eac8 100644
--- a/glom/libglom/filelist.am
+++ b/glom/libglom/filelist.am
@@ -35,7 +35,6 @@ libglom_data_structure_headers = \
glom/libglom/data_structure/glomconversions.h \
glom/libglom/data_structure/groupinfo.h \
glom/libglom/data_structure/numeric_format.h \
- glom/libglom/data_structure/parameternamegenerator.h \
glom/libglom/data_structure/print_layout.h \
glom/libglom/data_structure/privileges.h \
glom/libglom/data_structure/relationship.h \
@@ -125,7 +124,6 @@ libglom_sources = \
glom/libglom/data_structure/groupinfo.cc \
glom/libglom/data_structure/has_title_singular.cc \
glom/libglom/data_structure/numeric_format.cc \
- glom/libglom/data_structure/parameternamegenerator.cc \
glom/libglom/data_structure/print_layout.cc \
glom/libglom/data_structure/privileges.cc \
glom/libglom/data_structure/relationship.cc \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]