[glom] Document: Remove unused constants.



commit 9d28701d393bcd1e373aa053e6a19e29dcd8d670
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 15 22:04:55 2016 +0200

    Document: Remove unused constants.

 glom/libglom/document/document.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/document/document.cc b/glom/libglom/document/document.cc
index bc37380..19318ba 100644
--- a/glom/libglom/document/document.cc
+++ b/glom/libglom/document/document.cc
@@ -66,7 +66,6 @@ static const char GLOM_ATTRIBUTE_CONNECTION_NETWORK_SHARED[] = "network_shared";
 static const char GLOM_ATTRIBUTE_CONNECTION_SERVER[] = "server";
 static const char GLOM_ATTRIBUTE_CONNECTION_PORT[] = "port";
 static const char GLOM_ATTRIBUTE_CONNECTION_TRY_OTHER_PORTS[] = "try_other_ports";
-static const char GLOM_ATTRIBUTE_CONNECTION_USER[] = "user";
 static const char GLOM_ATTRIBUTE_CONNECTION_DATABASE[] = "database";
 
 static const char GLOM_NODE_DATA_LAYOUT_GROUPS[] = "data_layout_groups";
@@ -210,7 +209,6 @@ static const char GLOM_ATTRIBUTE_FORMAT_TEXT_COLOR_FOREGROUND[] = "color_fg";
 static const char GLOM_ATTRIBUTE_FORMAT_TEXT_COLOR_BACKGROUND[] = "color_bg";
 
 static const char GLOM_ATTRIBUTE_FORMAT_HORIZONTAL_ALIGNMENT[] = "alignment_horizontal";
-static const char GLOM_ATTRIBUTE_FORMAT_HORIZONTAL_ALIGNMENT_AUTO[] = "auto";
 static const char GLOM_ATTRIBUTE_FORMAT_HORIZONTAL_ALIGNMENT_LEFT[] = "left";
 static const char GLOM_ATTRIBUTE_FORMAT_HORIZONTAL_ALIGNMENT_RIGHT[] = "right";
 


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