summaryrefslogtreecommitdiff
path: root/core/variant.h
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-03-05 16:20:07 +0100
committerKarroffel <therzog@mail.de>2017-03-05 16:20:20 +0100
commit1531f6fe017bfc28c14740aa794c18a507c2e5f5 (patch)
treed4ccb67d62f4bc3bd7f1c1c429988f550f5e7757 /core/variant.h
parent07df8a02e626988ac340cf83d04109298a79457a (diff)
really fixed PTRCALL now
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h1
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);