diff libgaim/plugins/perl/scripts/request.pl @ 14447:e88aae4f4c40

[gaim-migrate @ 17161] Make the Perl GTK+ stuff work in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Sep 2006 23:00:13 +0000
parents d1d275a95d02
children 74cdcd0c58b5
line wrap: on
line diff
--- a/libgaim/plugins/perl/scripts/request.pl	Mon Sep 04 21:58:49 2006 +0000
+++ b/libgaim/plugins/perl/scripts/request.pl	Mon Sep 04 23:00:13 2006 +0000
@@ -17,17 +17,6 @@
 	plugin_action_sub => "plugin_action_names"
 );
 
-
-	# These names must already exist
-	my $GROUP		= "UIUC Buddies";
-	my $USERNAME 		= "johnhkelm2";
-
-	# We will create these on load then destroy them on unload
-	my $TEST_GROUP		= "perlTestGroup";
-	my $TEST_NAME	 	= "perlTestName";
-	my $TEST_ALIAS	 	= "perlTestAlias";
-	my $PROTOCOL_ID 	= "prpl-oscar";
-
 %plugin_actions = (
 	"Plugin Action Test Label" => \&plugin_action_test,
 );