From 2ec44098f9ca6604f2e897bbc4e2ee164049107f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 18 Jan 2021 15:23:23 +0100 Subject: Allow meters in text mode to span empty neighbors to the right Closes: #484 --- Object.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Object.h') 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 -- cgit v1.2.3