summaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-23 03:27:44 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-23 03:27:44 +0100
commit62aa39099e0b1f8e4d86ff9239c8f52ad017ab54 (patch)
tree945b901a7e26d7b58a4dd2b7250fd54dc6b740e9 /src/globals.c
parent47b4beb0009cb886ef83afb4f015eb79b48475e7 (diff)
downloadratpoison-62aa39099e0b1f8e4d86ff9239c8f52ad017ab54.zip
Keep frame undo/redo local to actions.c
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.c b/src/globals.c
index 1481a5c..ddb2b89 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -265,9 +265,6 @@ set_window_focus (Window window)
RevertToPointerRoot, CurrentTime);
}
-LIST_HEAD (rp_frame_undos);
-LIST_HEAD (rp_frame_redos);
-
/* Wrapper font functions to support Xft */