summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-18 15:23:23 +0100
committercgzones <cgzones@googlemail.com>2021-01-23 15:20:47 +0100
commit2ec44098f9ca6604f2e897bbc4e2ee164049107f (patch)
tree135d98bfa7f04523f734712871fc33dfa33e3ff8 /Object.h
parent6f6e0ec571a05f612788fffa9dbf095ddd8a939c (diff)
Allow meters in text mode to span empty neighbors to the right
Closes: #484
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Object.h b/Object.h
index 89933fa6..36e17b3b 100644
--- a/Object.h
+++ b/Object.h
@@ -57,10 +57,6 @@ typedef union {
extern const ObjectClass Object_class;
-#ifndef NDEBUG
-
bool Object_isA(const Object* o, const ObjectClass* klass);
-#endif /* NDEBUG */
-
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy