From f64c9011fd50c4e7b3015ab934b09f95ffa8673b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 21 Jul 2016 02:51:09 +0300 Subject: [PATCH 1/1] Remove an outdated comment --- source/io/base.h | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.43.0