Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/msdfgen/patches/0001-remove-unused-save-features.patch
14710 views
1
diff --git a/thirdparty/msdfgen/msdfgen.h b/thirdparty/msdfgen/msdfgen.h
2
index bf0ae2badc..d2c9a2fc8f 100644
3
--- a/thirdparty/msdfgen/msdfgen.h
4
+++ b/thirdparty/msdfgen/msdfgen.h
5
@@ -34,12 +34,7 @@
6
#include "core/render-sdf.h"
7
#include "core/rasterization.h"
8
#include "core/sdf-error-estimation.h"
9
-#include "core/save-bmp.h"
10
-#include "core/save-tiff.h"
11
-#include "core/save-rgba.h"
12
-#include "core/save-fl32.h"
13
#include "core/shape-description.h"
14
-#include "core/export-svg.h"
15
16
namespace msdfgen {
17
18
19