[gnome-commander] Remove call of done_func, as it is called elsewhere already in the async case



commit 19ac74aa7804086842516a89c4054bfe929f5d39
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun Sep 19 21:24:15 2021 +0200

    Remove call of done_func, as it is called elsewhere already in the async case

 src/dirlist.cc | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/dirlist.cc b/src/dirlist.cc
index 87ff3d9e..2153e4e5 100644
--- a/src/dirlist.cc
+++ b/src/dirlist.cc
@@ -52,8 +52,6 @@ static gboolean update_list_progress (GnomeCmdDir *dir)
         return TRUE;
     }
 
-    DEBUG ('l', "calling list_done func\n");
-    dir->done_func (dir, dir->gFileInfoList, nullptr);
     return FALSE;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]