Don't set WLC_DIM on startup

This commit is contained in:
Drew DeVault 2016-03-24 14:09:18 -04:00
parent 5c85c018b4
commit fd061d4dc4
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ int main(int argc, char **argv) {
} else {
init_log(L_ERROR);
}
setenv("WLC_DIM", "0", 0);
wlc_log_set_handler(wlc_log_handler);
detect_proprietary();