diff options
author | Timo Eskola <timo@tolleri.net> | 2018-09-08 16:31:06 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-09-08 16:31:06 +0300 |
commit | 803c26c736d4298361e70d8b27143377a4d3ba4a (patch) | |
tree | 4f7f5ed86f09c17f10b114e93512152ff717c1fb /visibility.h | |
parent | 777fed530b2e12d41dd3eb3d0a0ff1be0c7a81c4 (diff) | |
parent | 9904b08d6cf42f13cd6210a83d78246cf2644ec2 (diff) | |
download | vdr-plugin-duplicates-803c26c736d4298361e70d8b27143377a4d3ba4a.tar.gz vdr-plugin-duplicates-803c26c736d4298361e70d8b27143377a4d3ba4a.tar.bz2 |
Merge branch 'vdr2.4.0'
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 |