summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-21 21:49:16 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-21 21:49:16 +0200
commitdc5fc367fefb097b3af10eed07fbae6740bcfc8d (patch)
tree715064a747100eb80bd310e39889ccb9bec125d8 /main.c
parentc10bf65e2ce9a157d8f9483a9ff8d3fc66ff3309 (diff)
removed unused source code from build/dist
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index 73ef8ff1..17721b31 100644
--- a/main.c
+++ b/main.c
@@ -360,8 +360,13 @@ player_thread (uintptr_t ctx) {
GDK_THREADS_LEAVE();
break;
case M_ADDDIR:
+ {
// long time processing
+// float t1 = (float)clock () / CLOCKS_PER_SEC;
gtkpl_add_dir (&main_playlist, (char *)ctx);
+// float t2 = (float)clock () / CLOCKS_PER_SEC;
+// printf ("time: %f\n", t2-t1);
+ }
break;
case M_ADDFILES:
gtkpl_add_files (&main_playlist, (GSList *)ctx);