summaryrefslogtreecommitdiffstats
path: root/SignalItem.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
commitda23c8c5a188324455c8f417293c10d85f65cb63 (patch)
treed7a4b8cb0af705de6650e20e00ba3da04d84b27f /SignalItem.h
parent12f4f09e6ed288bdedc86e4ef22f3cc34f0e787a (diff)
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
Diffstat (limited to 'SignalItem.h')
-rw-r--r--SignalItem.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/SignalItem.h b/SignalItem.h
index c60dfa40..17cb0e02 100644
--- a/SignalItem.h
+++ b/SignalItem.h
@@ -32,12 +32,6 @@ extern char* SIGNAL_CLASS;
#define SIGNAL_CLASS NULL
#endif
-Signal* Signal_new(char* name, int number);
-
-void Signal_delete(Object* cast);
-
-void Signal_display(Object* cast, RichString* out);
-
int Signal_getSignalCount();
Signal** Signal_getSignalTable();

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