diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-20 14:04:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-20 14:04:08 +0200 |
commit | 32349f6b8cb6d6331df06749bcb29744df6e1ae2 (patch) | |
tree | 290ac6c31a1181669594f1de100fa9b2c6c91c19 /options/options.hpp | |
parent | bc1bbb4739cf4c2147dc78a43bf90f5a7258ec62 (diff) |
options/metatype: nuke it
The code isn't necessary, and causes uninitialized
memory access when playing with QVariant later.
Diffstat (limited to 'options/options.hpp')
-rw-r--r-- | options/options.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.hpp b/options/options.hpp index 0528b0d9..fdeb74cd 100644 --- a/options/options.hpp +++ b/options/options.hpp @@ -16,5 +16,4 @@ #include "slider.hpp" #include "value.hpp" #include "tie.hpp" -#include "metatype.hpp" #include "scoped.hpp" |