summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Object.h b/Object.h
index f8a8c6d2..32e28aa1 100644
--- a/Object.h
+++ b/Object.h
@@ -47,8 +47,6 @@ extern char* OBJECT_CLASS;
void Object_setClass(void* this, char* class);
-void Object_display(Object* this, RichString* out);
-
#endif
#endif