commands: Allow changing resolution outside config load.

This commit is contained in:
S. Christoffer Eliesen 2015-10-22 00:15:23 +02:00
parent 4fea92ef0c
commit 9b271573a9

View file

@ -561,7 +561,6 @@ static enum cmd_status cmd_orientation(int argc, char **argv) {
}
static enum cmd_status cmd_output(int argc, char **argv) {
if (!config->reading) return CMD_FAILURE;
if (!checkarg(argc, "output", EXPECTED_AT_LEAST, 1)) {
return CMD_FAILURE;
}