aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/events_libevent.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-15 11:57:04 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-15 11:57:04 +0200
commitaf9980f76b1f79aab90addc0228417093993e96b (patch)
tree23d067baa937f10fc62c4de73954a1e254554c30 /protocols/events_libevent.c
parentc98be000bb619dd597194b3a50a06f9717649f80 (diff)
Removed g_event_remove_by_data().
Diffstat (limited to 'protocols/events_libevent.c')
-rw-r--r--protocols/events_libevent.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/events_libevent.c b/protocols/events_libevent.c
index f878f093..3328f68b 100644
--- a/protocols/events_libevent.c
+++ b/protocols/events_libevent.c
@@ -211,13 +211,6 @@ void b_event_remove( gint id )
}
}
-gboolean b_event_remove_by_data( gpointer data )
-{
- /* FIXME! */
- event_debug( "FALSE!\n" );
- return FALSE;
-}
-
void closesocket( int fd )
{
struct b_event_data *b_ev;