From 174f816f84386eb2366bbc8d3eaf2c0300d454d6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 1 Feb 2016 09:29:44 +0100 Subject: [PATCH 1/1] remove old Fcscs::debug() wrapper debug() is now a method of Screen. --- bin/fcscs | 2 -- 1 file changed, 2 deletions(-) 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(@_); } -- 2.43.2