summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2017-08-07 16:06:52 -0700
committerVito Caputo <vcaputo@pengaru.com>2017-08-07 16:06:52 -0700
commit760112de102f36ba5aaf16d9e949d0bfa3623175 (patch)
treea6426bc701908f8ae22f3cf4c631f3b96a4e0516 /src/rototiller.c
parentdc6e16d1485a14631ea06fcced763f14add9a8d0 (diff)
rototiller: remove unused variable
Diffstat (limited to 'src/rototiller.c')
-rw-r--r--src/rototiller.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rototiller.c b/src/rototiller.c
index 4d84c91..63881fe 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -60,7 +60,6 @@ static void module_select(int *module)
static void module_render_page_threaded(rototiller_module_t *module, void *context, threads_t *threads, fb_page_t *page)
{
rototiller_frame_t frame;
- unsigned i;
module->prepare_frame(context, threads_num_threads(threads), &page->fragment, &frame);
© All Rights Reserved