summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-07-15 06:49:29 -0700
committerGitHub <[email protected]>2018-07-15 06:49:29 -0700
commit8e05fb782658f0bc13cfba6c069ba39122417317 (patch)
tree87a568ff97fc94ca82b9ceb4abacb02ea86a9f71 /sway/commands.c
parent53e3f35ba348d6285478ceb4a93b020e138c95c7 (diff)
parenta120d4c79f9406a2f7cc38c60069d3183c98ea87 (diff)
Merge pull request #2275 from RyanDwyer/transactionise-focus
Make focus part of transactions
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 50d949d4..addd64a6 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -9,7 +9,6 @@
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/criteria.h"
-#include "sway/desktop/transaction.h"
#include "sway/security.h"
#include "sway/input/input-manager.h"
#include "sway/input/seat.h"
@@ -323,7 +322,6 @@ struct cmd_results *execute_command(char *_exec, struct sway_seat *seat) {
cleanup:
free(exec);
free(views);
- transaction_commit_dirty();
if (!results) {
results = cmd_results_new(CMD_SUCCESS, NULL, NULL);
}