X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fperl%2Fui%2Ftypemap;fp=apps%2Firssi%2Fsrc%2Fperl%2Fui%2Ftypemap;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=2a16fe44fa276354d8b0ac330412b4ec16ecbb46;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/src/perl/ui/typemap b/apps/irssi/src/perl/ui/typemap deleted file mode 100644 index 2a16fe44..00000000 --- a/apps/irssi/src/perl/ui/typemap +++ /dev/null @@ -1,16 +0,0 @@ -TYPEMAP -Irssi::UI::Theme T_PlainObj -Irssi::UI::Window T_PlainObj -Irssi::UI::Keyinfo T_PlainObj -Irssi::UI::TextDest T_PlainObj - -INPUT - -T_PlainObj - $var = irssi_ref_object($arg) - -OUTPUT - -T_PlainObj - $arg = plain_bless($var, \"$type\"); -