diff options
Diffstat (limited to 'src/plugins/scripts/perl/weechat-perl-api.h')
-rw-r--r-- | src/plugins/scripts/perl/weechat-perl-api.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/scripts/perl/weechat-perl-api.h b/src/plugins/scripts/perl/weechat-perl-api.h index 90a9b3777..5aedc0723 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.h +++ b/src/plugins/scripts/perl/weechat-perl-api.h @@ -20,10 +20,6 @@ #ifndef __WEECHAT_PERL_API_H #define __WEECHAT_PERL_API_H 1 -#define weechat_plugin weechat_perl_plugin - -extern struct t_weechat_plugin *weechat_perl_plugin; - extern void weechat_perl_xs_init (pTHX); #endif /* weechat-perl.h */ |