diff options
author | Timo Eskola <timo@tolleri.net> | 2018-08-31 10:20:32 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-08-31 10:20:32 +0300 |
commit | d2f7e660b4648e592690e31dc298ae353298fdfe (patch) | |
tree | fa793ff4b41352d5bb8a473d43bf86be885876c7 /visibility.h | |
parent | 26c28cd2f37aaefaf7c283bb7ccee177a08305fb (diff) | |
download | vdr-plugin-duplicates-d2f7e660b4648e592690e31dc298ae353298fdfe.tar.gz vdr-plugin-duplicates-d2f7e660b4648e592690e31dc298ae353298fdfe.tar.bz2 |
Removed visibility debugging.
Diffstat (limited to 'visibility.h')
-rw-r--r-- | visibility.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 <vdr/recording.h> // --- 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 |