aboutsummaryrefslogtreecommitdiff
path: root/src/tool_text.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-06 17:31:08 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-06 17:31:08 +0100
commit0c645aa0a7d28a30b7f46916987f39d22531aa0a (patch)
treee7c695eb5ef7108bf925b28a0a05a5f725344f00 /src/tool_text.c
parent1d03eefe14cf26c266670998eaa0c8d9a46a16de (diff)
Remove redundant parameter
Diffstat (limited to 'src/tool_text.c')
-rw-r--r--src/tool_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_text.c b/src/tool_text.c
index 9f09e05..b371b7d 100644
--- a/src/tool_text.c
+++ b/src/tool_text.c
@@ -682,7 +682,7 @@ static void realise(struct toolinfo *tip, GtkWidget *w)
static struct object *deserialize(struct presentation *p, struct ds_node *root,
- struct slide *s, struct toolinfo *tip)
+ struct toolinfo *tip)
{
struct object *o;
struct text_object *to;