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
This commit is contained in:
Michael Natterer 2012-12-03 00:25:10 +01:00
parent 5d668971d7
commit d9280b88f2
1 changed files with 0 additions and 3 deletions

View File

@ -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