mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-27 23:14:34 +01:00
Removed the obsolete function cPlugin::RegisterI18n()
This commit is contained in:
7
plugin.c
7
plugin.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user