aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-15 08:27:58 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-15 08:27:58 +1000
commit3d601bd75179e579bd76617c85f67c7fe0fca2f7 (patch)
tree13482e75d739c3048e0a49277776bfebbd2c24f9 /event.h
parentc9deea223769c1615e98ed220c45c8a273a07dbe (diff)
Remove superflous event_signal_listen function, replace all calls to it with event_get
darcs-hash:20060514222758-ac50b-de4457154510b89d1c9b893bc39f06a23c8fc08f.gz
Diffstat (limited to 'event.h')
-rw-r--r--event.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/event.h b/event.h
index 9b09938e..9bd3f81b 100644
--- a/event.h
+++ b/event.h
@@ -136,9 +136,4 @@ void event_free( event_t *e );
*/
const wchar_t *event_get_desc( event_t *e );
-/**
- Returns a non-zero status if there are event listeners that fire on the specified signal
-*/
-int event_signal_listen( int signal );
-
#endif