Merge pull request #25401 from capnm/capnm-cleanup

Cleanup unused header file
This commit is contained in:
Rémi Verschelde 2019-01-28 09:53:16 +01:00 committed by GitHub
commit 7fe66bc70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
#include "core/os/os.h"
#include "core/print_string.h"
#include "thirdparty/tinyexr/tinyexr.h"
Error ImageLoaderHDR::load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear, float p_scale) {
String header = f->get_token();