summaryrefslogtreecommitdiff
path: root/src/data.h
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/data.h
parent47b4beb0009cb886ef83afb4f015eb79b48475e7 (diff)
downloadratpoison-62aa39099e0b1f8e4d86ff9239c8f52ad017ab54.zip
Keep frame undo/redo local to actions.c
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/data.h b/src/data.h
index 85a0324..52aaa42 100644
--- a/src/data.h
+++ b/src/data.h
@@ -390,14 +390,6 @@ struct rp_hook_db_entry
struct list_head *hook;
};
-typedef struct rp_frame_undo rp_frame_undo;
-struct rp_frame_undo
-{
- char *frames;
- rp_screen *screen;
- struct list_head node;
-};
-
typedef struct rp_xselection rp_xselection;
struct rp_xselection
{