diff options
Diffstat (limited to 'src/rototiller.c')
-rw-r--r-- | src/rototiller.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rototiller.c b/src/rototiller.c index 47a74cf..e638fb6 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -41,7 +41,6 @@ extern rototiller_module_t ray_module; extern rototiller_module_t sparkler_module; extern rototiller_module_t stars_module; extern rototiller_module_t submit_module; -extern rototiller_module_t submit_softly_module; static rototiller_module_t *modules[] = { &roto32_module, @@ -52,7 +51,6 @@ static rototiller_module_t *modules[] = { &plasma_module, &julia_module, &submit_module, - &submit_softly_module, &flui2d_module, &pixbounce_module, }; |