From: Simon Ruderich Date: Mon, 1 Feb 2016 08:29:44 +0000 (+0100) Subject: remove old Fcscs::debug() wrapper X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=174f816f84386eb2366bbc8d3eaf2c0300d454d6;hp=d77e458b9be8e3cfbcbc3b59d2a5a00b8f9eb1d9 remove old Fcscs::debug() wrapper debug() is now a method of Screen. --- diff --git a/bin/fcscs b/bin/fcscs index bdebda5..c4a9b05 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -1410,8 +1410,6 @@ package Fcscs { sub handler_paste { return main::handler_paste(@_); } sub handler_url { return main::handler_url(@_); } - sub debug { return main::debug(@_); } - sub get_regex_matches { return main::get_regex_matches(@_); } sub select_match { return main::select_match(@_); }