summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-05 09:25:34 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-05 09:25:34 -0500
commitdd49a249ad945b78a72178b8653b349fa3db51f6 (patch)
tree5826afafa67ea91126e5bd1b35818a6a2ddada7a /gtk2_ardour/ui_config.cc
parent2449fc9681ba62eda3f3a42904a3691fe022954d (diff)
remove CANVAS_STRING_VARIABLE (it was replaced by CANVAS_FONT_VARIABLE
Diffstat (limited to 'gtk2_ardour/ui_config.cc')
-rw-r--r--gtk2_ardour/ui_config.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc
index f096adcf5a..1d3b4c82b5 100644
--- a/gtk2_ardour/ui_config.cc
+++ b/gtk2_ardour/ui_config.cc
@@ -320,18 +320,14 @@ UIConfiguration::get_variables (std::string which_node)
#undef UI_CONFIG_VARIABLE
#undef CANVAS_STRING_VARIABLE
#undef CANVAS_FONT_VARIABLE
-#undef CANVAS_BASE_COLOR
#define UI_CONFIG_VARIABLE(Type,var,Name,value) if (node->name() == "UI") { var.add_to_node (*node); }
#define CANVAS_STRING_VARIABLE(var,Name) if (node->name() == "Canvas") { var.add_to_node (*node); }
#define CANVAS_FONT_VARIABLE(var,Name) if (node->name() == "Canvas") { var.add_to_node (*node); }
-#define CANVAS_BASE_COLOR(var,Name,val) if (node->name() == "Canvas") { var.add_to_node (*node); }
#include "ui_config_vars.h"
#include "canvas_vars.h"
-#include "base_colors.h"
#undef UI_CONFIG_VARIABLE
#undef CANVAS_STRING_VARIABLE
#undef CANVAS_FONT_VARIABLE
-#undef CANVAS_BASE_COLOR
return *node;
}