summaryrefslogtreecommitdiff
path: root/test/mandelbrot_ui.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-09-26 00:29:14 +0200
committerMatthias Melcher <github@matthiasm.com>2023-09-26 00:29:26 +0200
commit0a2f05a2fe2898ee1407319a6764018fdf54e562 (patch)
treec71eb3a9c9bbab15b38730bde6b0f4a429e62c02 /test/mandelbrot_ui.fl
parentb8fa522ca42407515f28dcdba4caddefe211ca27 (diff)
FLUID: Fixes regression #777
Wrote wrong path in #inlude statement under certain conditions. Also removed 'snap' tag if not needed.
Diffstat (limited to 'test/mandelbrot_ui.fl')
-rw-r--r--test/mandelbrot_ui.fl5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index 180a6fcb0..0c289e6f6 100644
--- a/test/mandelbrot_ui.fl
+++ b/test/mandelbrot_ui.fl
@@ -2,11 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
-snap {
- ver 1
- current_suite FLTK
- current_preset 0
-}
decl {\#include "mandelbrot.h"} {public local
}