Commit 66986dbd8b9b671d369b97c6e87bd89e69f65e4f
1 parent
3b1f967c
Assumed these we pure virtual functions
Showing
1 changed file
with
0 additions
and
10 deletions
sdk/plugins/stasm.cpp
| ... | ... | @@ -24,11 +24,6 @@ class StasmInitializer : public Initializer |
| 24 | 24 | Globals->abbreviations.insert("RectFromStasmNose","RectFromLandmarks([37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47],10)"); |
| 25 | 25 | Globals->abbreviations.insert("RectFromStasmMouth","RectFromLandmarks([48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66],10)"); |
| 26 | 26 | } |
| 27 | - | |
| 28 | - void finalize() const | |
| 29 | - { | |
| 30 | - | |
| 31 | - } | |
| 32 | 27 | }; |
| 33 | 28 | |
| 34 | 29 | BR_REGISTER(Initializer, StasmInitializer) |
| ... | ... | @@ -43,11 +38,6 @@ class StasmTransform : public UntrainableTransform |
| 43 | 38 | { |
| 44 | 39 | Q_OBJECT |
| 45 | 40 | |
| 46 | - void init() | |
| 47 | - { | |
| 48 | - | |
| 49 | - } | |
| 50 | - | |
| 51 | 41 | void project(const Template &src, Template &dst) const |
| 52 | 42 | { |
| 53 | 43 | int nlandmarks; | ... | ... |