videosite-test: Allow selective tests by using grabber names on the command line
[videosite.git] / videosite-weechat.pl
index 6e4034d..8060679 100644 (file)
@@ -67,9 +67,6 @@ sub config_del {
 sub colorpair {
     my ($fg, $bg) = @_;
 
-    $fg = defined($fg)?$fg:'default';
-    $bg = defined($bg)?$bg:'default';
-
     return weechat::color($fg . ",", $bg);
 }