summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-04-01 00:11:19 +0200
committerlado <herrlado@gmail.com>2013-04-01 00:11:19 +0200
commitda1c6058c56059c064f55b81586d6079677fa1b4 (patch)
treed88900a569335af120e9d13709a2c37478bd56ee /vdr-vdrmanager/helpers.h
parentda671823efe4d9202b2df74d12b7b69d0bea56c0 (diff)
downloadvdr-manager-da1c6058c56059c064f55b81586d6079677fa1b4.tar.gz
vdr-manager-da1c6058c56059c064f55b81586d6079677fa1b4.tar.bz2
Feature #790
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r--vdr-vdrmanager/helpers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index b9ebee5..18576be 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -31,8 +31,6 @@ public:
static string ToUpper(string text);
static string ToLower(string text);
static string Trim(string text);
- static string decompress_string(const string& str);
- static string compress_string(const string& str, int compressionlevel = Z_BEST_COMPRESSION);
static long Duration(cRecording* recording);
private:
static string SafeCall(string (*)());