aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
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);