summaryrefslogtreecommitdiff
path: root/rect.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-13 18:19:58 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commitdbc44a2d45153760ee710f4ebcbd09f9ac196fea (patch)
tree519ce5e7ddd697c8102a83ce3bb2a32886dccc5f /rect.c
parent6527e433b6856995a356e0fc0dfa5ef7816bb60f (diff)
downloadpucket-dbc44a2d45153760ee710f4ebcbd09f9ac196fea.tar.gz
pucket-dbc44a2d45153760ee710f4ebcbd09f9ac196fea.tar.bz2
pucket-dbc44a2d45153760ee710f4ebcbd09f9ac196fea.zip
Remove unused variables, fix compiler warnings
Diffstat (limited to 'rect.c')
-rw-r--r--rect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rect.c b/rect.c
index a9bda80..5a4482b 100644
--- a/rect.c
+++ b/rect.c
@@ -494,7 +494,6 @@ static int render_rectangle(flam3_frame *spec, void *out,
flam3_thread_helper *fth;
pthread_attr_t pt_attr;
pthread_t *myThreads=NULL;
- int thread_status;
int thi;
time_t tstart,tend;
double sumfilt;
@@ -791,7 +790,6 @@ static int render_rectangle(flam3_frame *spec, void *out,
/* Initialize the thread helper structures */
for (thi = 0; thi < spec->nthreads; thi++) {
- int rk;
/* Create a new state for this thread */
rand_seed (&fth[thi].rc);