summaryrefslogtreecommitdiff
path: root/src/perl/common/Channel.xs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-18 20:32:22 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-18 20:32:22 +0000
commitc2a1971cc3001793454c3175b2134b54375ddd82 (patch)
tree2de9639859b1bde4d7a227923d83a561da53f838 /src/perl/common/Channel.xs
parentb0178d72487ee4d5838b53f489d155154a0a7f64 (diff)
downloadirssi-c2a1971cc3001793454c3175b2134b54375ddd82.zip
updates for latest changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1240 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/Channel.xs')
-rw-r--r--src/perl/common/Channel.xs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/perl/common/Channel.xs b/src/perl/common/Channel.xs
index 2a248060..f07f2049 100644
--- a/src/perl/common/Channel.xs
+++ b/src/perl/common/Channel.xs
@@ -17,14 +17,6 @@ CODE:
OUTPUT:
RETVAL
-Irssi::Channel
-channel_create(chat_type, name, automatic)
- int chat_type
- char *name
- int automatic
-CODE:
- channel_create(chat_type, NULL, name, automatic);
-
#*******************************
MODULE = Irssi PACKAGE = Irssi::Server
#*******************************