aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-03 15:11:14 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-03 15:11:14 +0200
commit7c04fa7edd76c6a06121a88b8a346d45917af0dc (patch)
treebfcf21d8f2941667c08eb76215a5dde89a4fb470 /src/presentation.c
parentf4ff26c955729f8b068c64fff806216eb6e34bd4 (diff)
More fun with methods
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/presentation.c b/src/presentation.c
index a603b0d..c66507d 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -33,8 +33,6 @@
#include "slide_render.h"
#include "objects.h"
#include "stylesheet.h"
-#include "tool_text.h"
-#include "tool_select.h"
struct slide *add_slide(struct presentation *p, int pos)
@@ -214,10 +212,6 @@ struct presentation *new_presentation()
new->slide_width = 1024.0;
new->slide_height = 768.0;
- new->select_tool = initialise_select_tool();
- new->text_tool = initialise_text_tool();
- new->cur_tool = new->select_tool;
-
/* Add one blank slide and view it */
new->num_slides = 0;
new->slides = NULL;