From 2a7b74c23711a15c4e1946c699161d420a4bee7b Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 25 Jan 2019 17:31:32 +0100 Subject: Cleanup: BLO: move validate code into own header. Does not make sense to keep that with BLO_writefile.h, this can also be used by read code, and some other parts of Blender (like ed_undo.c currently)... --- source/blender/blenloader/BLO_writefile.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenloader/BLO_writefile.h') diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h index d615514f081..f6d0be6f5f0 100644 --- a/source/blender/blenloader/BLO_writefile.h +++ b/source/blender/blenloader/BLO_writefile.h @@ -44,6 +44,4 @@ extern bool BLO_write_file( extern bool BLO_write_file_mem( struct Main *mainvar, struct MemFile *compare, struct MemFile *current, int write_flags); -bool BLO_main_validate_libraries(struct Main *bmain, struct ReportList *reports); - #endif -- cgit v1.2.3