summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-04-03 10:00:02 +0200
committerlado <herrlado@gmail.com>2013-04-03 10:00:02 +0200
commit7b14565379b6334090c84db2f8911b7757212e5b (patch)
tree6266cc964c56d0bfb6abae3c1fa9fc7298500000 /vdr-vdrmanager/helpers.h
parentf5b4b051f856fb5c58e1b9269d2a9f82e3c894f9 (diff)
downloadvdr-manager-7b14565379b6334090c84db2f8911b7757212e5b.tar.gz
vdr-manager-7b14565379b6334090c84db2f8911b7757212e5b.tar.bz2
current changes
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 (*)());