X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fbase.h;fp=source%2Fio%2Fbase.h;h=8d29caffd9813096747b1c2822f6e1b185b1d854;hp=c58be90f7ebd039504e261105e53dc7329a1ac13;hb=f64c9011fd50c4e7b3015ab934b09f95ffa8673b;hpb=a4596d1c2f627e4568eb6c01d81b6e45f488715a 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 {