diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-11 13:56:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-11 13:56:35 +0100 |
commit | 42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0 (patch) | |
tree | 7692fd43346f3662dd88d90316d654c000847686 /plugin.c | |
parent | 526310bdcc0dfa55d5d02a4149d769f2852112bf (diff) | |
download | vdr-42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0.tar.gz vdr-42b40aecf5094a0fc5e33db5dfa98c4a6b6ea6b0.tar.bz2 |
Removed the obsolete function cPlugin::RegisterI18n()
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: plugin.c 2.2 2010/01/06 11:36:46 kls Exp $ + * $Id: plugin.c 2.3 2012/03/11 13:56:02 kls Exp $ */ #include "plugin.h" @@ -130,11 +130,6 @@ cString cPlugin::SVDRPCommand(const char *Command, const char *Option, int &Repl return NULL; } -void cPlugin::RegisterI18n(const void *) -{ - dsyslog("plugin '%s' called obsolete function RegisterI18n()", Name()); -} - void cPlugin::SetConfigDirectory(const char *Dir) { free(configDirectory); |