summaryrefslogtreecommitdiff
path: root/menu_dirselect.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-07 11:17:04 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-07 12:15:27 +0200
commit2719dbd22452b0d6b3bfc776819ef1d805dfebcf (patch)
tree209006c150e9c235dda33242255006684afdbfa9 /menu_dirselect.h
parentb15148e6d8ca550fab57e21e0dac4ea766b12ecd (diff)
downloadvdr-plugin-epgsearch-2719dbd22452b0d6b3bfc776819ef1d805dfebcf.tar.gz
vdr-plugin-epgsearch-2719dbd22452b0d6b3bfc776819ef1d805dfebcf.tar.bz2
Drop legacy code prior VDR 2.0.0
Diffstat (limited to 'menu_dirselect.h')
-rw-r--r--menu_dirselect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/menu_dirselect.h b/menu_dirselect.h
index a9e9fa6..c1d9aa3 100644
--- a/menu_dirselect.h
+++ b/menu_dirselect.h
@@ -63,9 +63,7 @@ private:
~cMenuDirSelect();
void Load();
void AddDistinct(const char* szText);
-#if APIVERSNUM >= 10712
static void AddVDRFolders(cNestedItem* folder, string parentDirectory = "");
-#endif
virtual eOSState ProcessKey(eKeys Key);
int Level(const char* szDir);
void ReplaceDirVars();