aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-11 22:02:40 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-11 22:02:40 +0200
commit59c8ad0d099c1fdefcf7676458b70ecaf98f5fc9 (patch)
tree3394970fcb31acfb18145db0e3a899945a1b7aa0 /tests
parent351618c287e0567c28471c0433f5678a37182c1b (diff)
Get rid of slide and presentation constants
Diffstat (limited to 'tests')
-rw-r--r--tests/render_test.c2
-rw-r--r--tests/render_test_sc1.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/render_test.c b/tests/render_test.c
index 67262e4..2bf856d 100644
--- a/tests/render_test.c
+++ b/tests/render_test.c
@@ -96,10 +96,8 @@ int main(int argc, char *argv[])
s.rendered_edit = NULL;
s.rendered_proj = NULL;
s.rendered_thumb = NULL;
- s.constants = NULL;
s.parent = &p;
- p.constants = NULL;
p.scblocks = fr->scblocks;
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
diff --git a/tests/render_test_sc1.c b/tests/render_test_sc1.c
index 6a3dd51..4cb0c91 100644
--- a/tests/render_test_sc1.c
+++ b/tests/render_test_sc1.c
@@ -95,9 +95,7 @@ int main(int argc, char *argv[])
s.rendered_proj = NULL;
s.rendered_thumb = NULL;
s.parent = &p;
- s.constants = NULL;
- p.constants = NULL;
p.scblocks = fr->scblocks;
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);