Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_message_queue.c 


Log Message:
Remove debug comments.

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_message_queue.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- edje_message_queue.c        7 Jan 2006 08:54:30 -0000       1.22
+++ edje_message_queue.c        24 Mar 2007 16:05:43 -0000      1.23
@@ -89,7 +89,6 @@
 static void
 _edje_job(void *data)
 {
-//   printf("_edje_job()\n");
    job = NULL;
    if (job_loss_timer)
      {
@@ -97,19 +96,13 @@
        job_loss_timer = NULL;
      }
    _edje_message_queue_process();
-//   printf("_edje_job() END\n");
 }
 
 static int
 _edje_job_loss_timer(void *data)
 {
    job_loss_timer = NULL;
-   if (job)
-     {
-//     printf("!!!!!!!!! EDJE!!! EEEK! lost a job!\n");
-//     printf("!!! job = %p\n", job);
-       job = NULL;
-     }
+   if (job) job = NULL;
    return 0;
 }
 
@@ -276,7 +269,6 @@
 
    if (!job)
      {
-//     printf("no job... add\n");
        job = ecore_job_add(_edje_job, NULL);
        if (job_loss_timer) ecore_timer_del(job_loss_timer);
        job_loss_timer = ecore_timer_add(0.05, _edje_job_loss_timer, NULL);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to