diff options
Diffstat (limited to 'thirdparty/msdfgen/core/SignedDistance.h')
-rw-r--r-- | thirdparty/msdfgen/core/SignedDistance.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thirdparty/msdfgen/core/SignedDistance.h b/thirdparty/msdfgen/core/SignedDistance.h index 034210f751..91fee97600 100644 --- a/thirdparty/msdfgen/core/SignedDistance.h +++ b/thirdparty/msdfgen/core/SignedDistance.h @@ -7,8 +7,6 @@ namespace msdfgen { class SignedDistance { public: - static const SignedDistance INFINITE; - double distance; double dot; |