summaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-11 13:56:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-11 13:56:35 +0100
commit42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0 (patch)
tree7692fd43346f3662dd88d90316d654c000847686 /plugin.h
parent526310bdcc0dfa55d5d02a4149d769f2852112bf (diff)
downloadvdr-42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0.tar.gz
vdr-42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0.tar.bz2
Removed the obsolete function cPlugin::RegisterI18n()
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin.h b/plugin.h
index f457bd04..684b822a 100644
--- a/plugin.h
+++ b/plugin.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: plugin.h 1.15 2007/08/04 09:56:26 kls Exp $
+ * $Id: plugin.h 2.1 2012/03/11 13:55:56 kls Exp $
*/
#ifndef __PLUGIN_H
@@ -51,8 +51,6 @@ public:
void SetupStore(const char *Name, const char *Value = NULL);
void SetupStore(const char *Name, int Value);
- void RegisterI18n(const void *); ///< This function is obsolete and may be removed in future versions of VDR!
-
virtual bool Service(const char *Id, void *Data = NULL);
virtual const char **SVDRPHelpPages(void);
virtual cString SVDRPCommand(const char *Command, const char *Option, int &ReplyCode);