]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/base.h
Remove an outdated comment
[libs/core.git] / source / io / base.h
index c58be90f7ebd039504e261105e53dc7329a1ac13..8d29caffd9813096747b1c2822f6e1b185b1d854 100644 (file)
@@ -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
 {