aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-17 15:58:02 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-18 18:49:55 -0800
commitac0b97a571e4a93c2aa8232b3df1ac8cc7f1f361 (patch)
tree53221cf383eba22a52a47a0f7105e078b8d3b833 /event.cpp
parent7b3d670e230bb035ec74c73b6ac75b067be1f5e5 (diff)
Squash some warnings
Diffstat (limited to 'event.cpp')
-rw-r--r--event.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/event.cpp b/event.cpp
index 9c59bb0d..531e1064 100644
--- a/event.cpp
+++ b/event.cpp
@@ -221,6 +221,7 @@ wcstring event_get_desc( const event_t *e )
return result;
}
+#if 0
static void show_all_handlers(void) {
puts("event handlers:");
for (event_list_t::const_iterator iter = events.begin(); iter != events.end(); iter++) {
@@ -229,6 +230,7 @@ static void show_all_handlers(void) {
printf(" handler now %ls\n", tmp.c_str());
}
}
+#endif
void event_add_handler( event_t *event )
{