aboutsummaryrefslogtreecommitdiff
path: root/win32/wavesave.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/wavesave.c')
-rw-r--r--win32/wavesave.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/wavesave.c b/win32/wavesave.c
index cb12f2a..5be28b3 100644
--- a/win32/wavesave.c
+++ b/win32/wavesave.c
@@ -76,13 +76,6 @@ static DWORD CALLBACK thread_write(void *ptr) {
inst->ppos = newpos;
PostMessage(inst->pbar, PBM_SETPOS, newpos, 0);
}
- /*
- double newfrac = (double)data->work.timerb_cnt / data->work.loop_timerb_cnt;
- if ((newfrac - data->fraction) > 0.005) {
- data->fraction = newfrac;
- g_idle_add(idle_progress_fraction, ptr);
- }
- */
if (end) break;
}
PostMessage(inst->wnd, WM_USER, 0, 0);