mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 12:00:31 +01:00
wrlib: moved 'RShutdown' from 'load.c' to 'misc.c' for consistency
The cleanup function is actually not specific to loading images and could do a lot more, so it is probably better placed in 'misc.c'
This commit is contained in:
committed by
Carlos R. Mafra
parent
8e0ec489a8
commit
ebe7673bf6
@@ -103,13 +103,6 @@ char **RSupportedFileFormats(void)
|
||||
return tmp;
|
||||
}
|
||||
|
||||
/* cleaning third-party libs at shutdown */
|
||||
void RShutdown() {
|
||||
#ifdef USE_MAGICK
|
||||
MagickWandTerminus();
|
||||
#endif
|
||||
}
|
||||
|
||||
static void init_cache(void)
|
||||
{
|
||||
char *tmp;
|
||||
|
||||
Reference in New Issue
Block a user