aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-22 12:40:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-22 12:40:34 -0800
commit37bdb2009265b401aa1af64336d122949ff5d22b (patch)
treef073a27d1f23e067c7e9f6ecfd3f514483f3b128 /event.h
parente31431140a7da60cdebdadbc36ad9bd75e504fea (diff)
Make event_block_t.event not a reference
Stylistic tweaks
Diffstat (limited to 'event.h')
-rw-r--r--event.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/event.h b/event.h
index 5f497c68..5f7c8080 100644
--- a/event.h
+++ b/event.h
@@ -89,8 +89,6 @@ struct event_t
event_t(int t) : type(t), param1(), str_param1(), function_name(), arguments() { }
/** default copy constructor */
- //event_t(const event_t &x);
-
static event_t signal_event(int sig);
static event_t variable_event(const wcstring &str);