]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/eventdispatcher.cpp
Use braced initializer lists in place of constructors when possible
[libs/core.git] / source / io / eventdispatcher.cpp
index 9c233ee6a2a0cae226b972179d2519a0a51fc794..035a7f286f6284378ee9a9b5795458b2afe91de3 100644 (file)
@@ -69,11 +69,6 @@ void EventDispatcher::dispatch()
 }
 
 
-EventDispatcher::Slot::Slot(EventDispatcher &d, EventObject &o):
-       disp(d),
-       obj(o)
-{ }
-
 void EventDispatcher::Slot::connect_signals() const
 {
        obj.signal_events_changed.connect(sigc::mem_fun(this, &Slot::events_changed));