aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-28 22:34:22 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-28 22:34:22 +0200
commit6e9dba4eca2d65c7cef727fccbc1550c11a61737 (patch)
tree5d2c435a38138557cff698bf8bc562c05222e961 /libstorycode/slide_priv.h
parent516191143294dce6f373819422b9672dc630dca1 (diff)
Get rid of SlideItem->resizable
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h
index 75a2ac5..8479463 100644
--- a/libstorycode/slide_priv.h
+++ b/libstorycode/slide_priv.h
@@ -64,7 +64,6 @@ struct _slideitem
/* For TEXT and IMAGE */
struct frame_geom geom;
- int resizable;
};