summaryrefslogtreecommitdiffstats
path: root/Object.c
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.c
parent6f6e0ec571a05f612788fffa9dbf095ddd8a939c (diff)
Allow meters in text mode to span empty neighbors to the right
Closes: #484
Diffstat (limited to 'Object.c')
-rw-r--r--Object.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Object.c b/Object.c
index 0a29d015..f3613949 100644
--- a/Object.c
+++ b/Object.c
@@ -15,8 +15,6 @@ const ObjectClass Object_class = {
.extends = NULL
};
-#ifndef NDEBUG
-
bool Object_isA(const Object* o, const ObjectClass* klass) {
if (!o)
return false;
@@ -29,5 +27,3 @@ bool Object_isA(const Object* o, const ObjectClass* klass) {
return false;
}
-
-#endif /* NDEBUG */

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