code cleanup: remove callbacks only added to wrap MEM_freeN

This commit is contained in:
2013-05-21 08:45:10 +00:00
parent cd6b27f2b5
commit 13bde6645b
6 changed files with 10 additions and 24 deletions

View File

@@ -255,7 +255,7 @@ void GPU_codegen_exit(void)
GPU_material_free(&defmaterial);
if (FUNCTION_HASH) {
BLI_ghash_free(FUNCTION_HASH, NULL, (GHashValFreeFP)MEM_freeN);
BLI_ghash_free(FUNCTION_HASH, NULL, MEM_freeN);
FUNCTION_HASH = NULL;
}