diff options
Diffstat (limited to 'thirdparty/thorvg/src/lib/tvgLoadModule.h')
-rw-r--r-- | thirdparty/thorvg/src/lib/tvgLoadModule.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/lib/tvgLoadModule.h b/thirdparty/thorvg/src/lib/tvgLoadModule.h index bfcc165f31..004983152b 100644 --- a/thirdparty/thorvg/src/lib/tvgLoadModule.h +++ b/thirdparty/thorvg/src/lib/tvgLoadModule.h @@ -36,7 +36,6 @@ public: float vw = 0; float vh = 0; float w = 0, h = 0; //default image size - bool preserveAspect = true; //keep aspect ratio by default. virtual ~LoadModule() {} |