[gimp] app: remove the call to tile_swap_exit() from app_exit_after_callback()



commit d9280b88f26a1724a86ed31b5d22498fb9b81abb
Author: Michael Natterer <mitch gimp org>
Date:   Mon Dec 3 00:25:10 2012 +0100

    app: remove the call to tile_swap_exit() from app_exit_after_callback()
    
    It went unnoticed because its block is only built #ifdef GIMP_STABLE

 app/app.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/app.c b/app/app.c
index 38303d0..f959528 100644
--- a/app/app.c
+++ b/app/app.c
@@ -280,9 +280,6 @@ app_exit_after_callback (Gimp      *gimp,
 
   gegl_exit ();
 
-  /*  make sure that the swap files are removed before we quit */
-  tile_swap_exit ();
-
   exit (EXIT_SUCCESS);
 
 #endif



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