diff --git a/rules.cpp b/rules.cpp index fde8350d20..2989fc8e28 100644 --- a/rules.cpp +++ b/rules.cpp @@ -545,12 +545,6 @@ bool Rules::update(Client* c, int selection) updated = updated || noborder != c->noBorder(); noborder = c->noBorder(); } - if NOW_REMEMBER(OpacityActive, opacityactive) { - // TODO - } - if NOW_REMEMBER(OpacityInactive, opacityinactive) { - // TODO - } return updated; }