diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:44:12 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:44:12 +0200 |
commit | b8d7e90388269fb1e3b8f97a75cfebf2237d51b0 (patch) | |
tree | e2a533c6749ee0ddfa89a596e6e7d32a5e132808 /epgsearch.h | |
parent | 527e2a9ac7bf6ff3bd2ce10cd9acad88da9885d2 (diff) | |
download | vdr-plugin-live-b8d7e90388269fb1e3b8f97a75cfebf2237d51b0.tar.gz vdr-plugin-live-b8d7e90388269fb1e3b8f97a75cfebf2237d51b0.tar.bz2 |
Remove more dead code
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/epgsearch.h b/epgsearch.h index f6fbd2f..7545b39 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -421,8 +421,6 @@ public: static std::string EvaluateExpr(const std::string& expr, const cEvent* event); }; -} - - // namespace vdrlive +} // namespace vdrlive #endif // VDR_LIVE_EPGSEARCH_H |