Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / apps / irssi / src / perl / ui / typemap
diff --git a/apps/irssi/src/perl/ui/typemap b/apps/irssi/src/perl/ui/typemap
deleted file mode 100644 (file)
index 2a16fe4..0000000
+++ /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\");
-