summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/stvw_cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-smarttvweb/stvw_cfg.c')
-rwxr-xr-x[-rw-r--r--]vdr-smarttvweb/stvw_cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr-smarttvweb/stvw_cfg.c b/vdr-smarttvweb/stvw_cfg.c
index a7a5e58..b624040 100644..100755
--- a/vdr-smarttvweb/stvw_cfg.c
+++ b/vdr-smarttvweb/stvw_cfg.c
@@ -122,10 +122,10 @@ void cSmartTvConfig::readConfig() {
myfile.close();
}
+ /*
cResumes* cSmartTvConfig::readConfig(string f) {
- /*
string line;
ifstream myfile ("example.txt");
@@ -156,9 +156,9 @@ cResumes* cSmartTvConfig::readConfig(string f) {
return NULL;
}
-*/
// open the file
// read the lines
return NULL;
}
+*/