diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2008-03-09 08:58:38 +0000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2008-03-09 08:58:38 +0000 |
commit | da23c8c5a188324455c8f417293c10d85f65cb63 (patch) | |
tree | d7a4b8cb0af705de6650e20e00ba3da04d84b27f /Object.h | |
parent | 12f4f09e6ed288bdedc86e4ef22f3cc34f0e787a (diff) |
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
Diffstat (limited to 'Object.h')
-rw-r--r-- | Object.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -47,8 +47,6 @@ extern char* OBJECT_CLASS; void Object_setClass(void* this, char* class); -void Object_display(Object* this, RichString* out); - #endif #endif |