diff libpurple/plugins/test.pl @ 22112:5b6d6ea542b8

Remove a variable that isn't used anywhere, if it was supposed to do something feel free to add it back and make it do that. Also, fix a compile error. Comparing a string literal and a const char * with == likely doesn't do what was intended here.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 15 Jan 2008 04:58:42 +0000
parents 72f90ea7ae34
children 3afd04d5f9d6
line wrap: on
line diff
--- a/libpurple/plugins/test.pl	Mon Jan 14 23:29:52 2008 +0000
+++ b/libpurple/plugins/test.pl	Tue Jan 15 04:58:42 2008 +0000
@@ -1,5 +1,4 @@
 #!/usr/bin/env perl -w
-
 use Gaim;
 
 %PLUGIN_INFO = (