aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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);