From: Mikko Rasa Date: Wed, 20 Jul 2016 23:51:09 +0000 (+0300) Subject: Remove an outdated comment X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=f64c9011fd50c4e7b3015ab934b09f95ffa8673b Remove an outdated comment --- diff --git a/source/io/base.h b/source/io/base.h index c58be90..8d29caf 100644 --- a/source/io/base.h +++ b/source/io/base.h @@ -12,9 +12,6 @@ namespace IO { /** Common interface for all I/O objects. - -A derived class must call set_events(P_NONE) before it is destroyed to avoid -leaving stale pointers in an EventDispatcher. */ class Base {