summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-01 23:08:55 +0000
committerDavid Robillard <d@drobilla.net>2011-12-01 23:08:55 +0000
commitebc5be60f0c7db0e6d0387cc6668b12232237751 (patch)
treef2b72dbc4529bd95de76bcd2ed61009488242f5a /src/gui/NodeModule.cpp
parentc06607a48b86c00fb526228e737e978bcfa7602f (diff)
downloadingen-ebc5be60f0c7db0e6d0387cc6668b12232237751.tar.gz
ingen-ebc5be60f0c7db0e6d0387cc6668b12232237751.tar.bz2
ingen-ebc5be60f0c7db0e6d0387cc6668b12232237751.zip
Move color stuff down to C level.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3733 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r--src/gui/NodeModule.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index 386bea49..cc816872 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -248,9 +248,6 @@ NodeModule::embed_gui(bool embed)
if (embed && _embed_item) {
set_control_values();
- set_base_color(0x212222FF);
- } else {
- set_default_base_color();
}
}