From 0caa6afcf27cfa42ddfb4a9dcf400e71305595ef Mon Sep 17 00:00:00 2001 From: koldo Date: Sat, 17 Mar 2018 09:31:42 +0000 Subject: [PATCH] Functions4U: RealTimeStop does not need to be Ctrl git-svn-id: svn://ultimatepp.org/upp/trunk@11842 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/Functions4U/Functions4U.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bazaar/Functions4U/Functions4U.h b/bazaar/Functions4U/Functions4U.h index d57a2bfa6..b113fb9a6 100644 --- a/bazaar/Functions4U/Functions4U.h +++ b/bazaar/Functions4U/Functions4U.h @@ -661,11 +661,7 @@ void Shuffle(C &data, int randomSeed = Null) { ShuffleDescending(data, generator); } -class RealTimeStop -#ifdef CTRLLIB_H - : public Ctrl - #endif - { +class RealTimeStop { typedef RealTimeStop CLASSNAME; public: RealTimeStop() {