aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.c
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-31 12:53:40 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-31 12:53:40 +1200
commit7c3082e934b79f26afaa53c8b72cfbaaa76bdae4 (patch)
tree3b23b4913f3d9f4db3400bf2bd5822daff9c6157 /fractal-gen.c
parent71f0c0db62d92ba077316a0f5e57630d9b6bd6a6 (diff)
downloadfractal-gen-7c3082e934b79f26afaa53c8b72cfbaaa76bdae4.tar.xz
Push position+scale changes to burning ship and as a result, remove specific algorithm for lattice bship
Diffstat (limited to 'fractal-gen.c')
-rw-r--r--fractal-gen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fractal-gen.c b/fractal-gen.c
index c4be171..e80c96a 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -41,8 +41,7 @@ struct frame f;
static struct section_generator generators[] = {
{ "mandelbrot-gen" , &generate_mandelbrot_section },
- { "burning-ship-gen" , &generate_burning_ship_section },
- { "burning-ship-lattice-gen" , &generate_burning_ship_lattice_section }
+ { "burning-ship-gen" , &generate_burning_ship_section }
};
char *ram_units[] = {