summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.c b/config.c
index 897bb26..88d962e 100644
--- a/config.c
+++ b/config.c
@@ -163,7 +163,6 @@ cNopacityConfig::~cNopacityConfig() {
}
void cNopacityConfig::setDynamicValues() {
-esyslog("nopacity: col blending %x, do Blending %x", Theme.Color(clrDoBlending), CLR_BLENDING_ON);
doBlending = (Theme.Color(clrDoBlending) == CLR_BLENDING_ON)?true:false;
if (fontIndex == 0) {
fontName = strdup(fontDefaultName);
@@ -436,4 +435,4 @@ bool cNopacityConfig::SetupParse(const char *Name, const char *Value) {
else return false;
return true;
-} \ No newline at end of file
+}