From d2f7e660b4648e592690e31dc298ae353298fdfe Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Fri, 31 Aug 2018 10:20:32 +0300 Subject: Removed visibility debugging. --- visibility.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'visibility.h') diff --git a/visibility.h b/visibility.h index dd29bf6..60d8b1d 100644 --- a/visibility.h +++ b/visibility.h @@ -9,8 +9,6 @@ #ifndef _DUPLICATES_VISIBILITY_H #define _DUPLICATES_VISIBILITY_H -//#define DEBUG_VISIBILITY - #include // --- eVisibility ----------------------------------------------------------- @@ -30,12 +28,6 @@ public: void Set(bool visible); eVisibility Read(void); bool Write(bool visible); -#ifdef DEBUG_VISIBILITY - static int getCount; - static int readCount; - static int accessCount; - static void ClearCounters(void); -#endif }; #endif -- cgit v1.2.3