aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
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/presentation.h
parent1d03eefe14cf26c266670998eaa0c8d9a46a16de (diff)
Remove redundant parameter
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index b659ac7..854f824 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -95,7 +95,7 @@ struct toolinfo
void (*realise)(struct toolinfo *tip, GtkWidget *w);
struct object *(*deserialize)(struct presentation *p,
- struct ds_node *root, struct slide *s,
+ struct ds_node *root,
struct toolinfo *tip);
};