projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4596d1
)
Remove an outdated comment
author
Mikko Rasa
<tdb@tdb.fi>
Wed, 20 Jul 2016 23:51:09 +0000
(
02:51
+0300)
committer
Mikko Rasa
<tdb@tdb.fi>
Wed, 20 Jul 2016 23:51:09 +0000
(
02:51
+0300)
source/io/base.h
patch
|
blob
|
history
diff --git
a/source/io/base.h
b/source/io/base.h
index c58be90f7ebd039504e261105e53dc7329a1ac13..8d29caffd9813096747b1c2822f6e1b185b1d854 100644
(file)
--- 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
{