diff options
Diffstat (limited to 'core/variant.h')
-rw-r--r-- | core/variant.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h index 1251189314..f0c0d65852 100644 --- a/core/variant.h +++ b/core/variant.h @@ -255,7 +255,6 @@ public: operator Orientation() const; operator IP_Address() const; - operator PowerState() const; Variant(bool p_bool); |