summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
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 3975955..1d3be80 100644
--- a/src/data.h
+++ b/src/data.h
@@ -416,14 +416,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
{