summaryrefslogtreecommitdiffstats
path: root/src/bodymovin/bmshape_p.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2019-03-21 15:29:48 +0300
committerKonstantin Ritt <ritt.ks@gmail.com>2019-03-22 18:49:41 +0000
commit9542f9570d16619365e691aaac2053765b9286a2 (patch)
tree75eb3ea790170bfa1e587e3fdaf8d5c6ea6e5384 /src/bodymovin/bmshape_p.h
parente235773d244c5e839de76fe5a3e1d3fddd49a5f4 (diff)
Get rid of unused code
Change-Id: Ic808147cccc54554a0d224676216bc2474cfef12 Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
Diffstat (limited to 'src/bodymovin/bmshape_p.h')
-rw-r--r--src/bodymovin/bmshape_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bodymovin/bmshape_p.h b/src/bodymovin/bmshape_p.h
index 43ca20c..349be5a 100644
--- a/src/bodymovin/bmshape_p.h
+++ b/src/bodymovin/bmshape_p.h
@@ -76,7 +76,7 @@ public:
BMBase *clone() const override;
- static BMShape *construct(QJsonObject definition, BMBase *parent = nullptr, int constructAs = BM_SHAPE_ANY_TYPE_IX);
+ static BMShape *construct(QJsonObject definition, BMBase *parent = nullptr);
virtual const QPainterPath &path() const;
virtual bool acceptsTrim() const;