summaryrefslogtreecommitdiff
path: root/Object.h
diff options
context:
space:
mode:
authorloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2008-03-09 08:58:38 +0000
committerloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2008-03-09 08:58:38 +0000
commit89466e9eedd2a5ad4697cf94798bbb3a65bba3eb (patch)
treed7a4b8cb0af705de6650e20e00ba3da04d84b27f /Object.h
parentc40e80322dd4714e759423b87642953b0a504afe (diff)
downloadhtop-89466e9eedd2a5ad4697cf94798bbb3a65bba3eb.tar.gz
Clean up headers by using 'static' whenever possible.
Reduces resulting code size. git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@126 63cc0a6c-1f0e-0410-841e-f6a342073da8
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 f8a8c6d..32e28aa 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