diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 20:21:04 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 20:21:04 +0000 |
commit | 4781a18ce05be3fcef111611d07a655acc0cc334 (patch) | |
tree | 373ced5327a676b60869a1120bb17c9c73b901c4 /epgsearch.h | |
parent | 883be2c8cade7d68dc743c17bedda6f675a787ba (diff) | |
download | vdr-plugin-live-4781a18ce05be3fcef111611d07a655acc0cc334.tar.gz vdr-plugin-live-4781a18ce05be3fcef111611d07a655acc0cc334.tar.bz2 |
- moved to uniform features detector
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/epgsearch.h b/epgsearch.h index 3b23ef3..be8bf0c 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -14,8 +14,6 @@ class SearchTimer; bool operator<( SearchTimer const& left, SearchTimer const& right ); -bool CheckEpgsearchVersion(); - class SearchTimer { public: |