From f98d1ae41adcc605d48f5e8327a16e49bccefe44 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 7 Apr 2020 23:23:57 +0200 Subject: [PATCH] remove old GH refs --- src/u_main.pas | 2 -- src/u_messages.pas | 1 - src/u_stringrange.pas | 5 ----- 3 files changed, 8 deletions(-) diff --git a/src/u_main.pas b/src/u_main.pas index 9b40405d..0bfefdd4 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -3125,9 +3125,7 @@ begin end else begin - // back compat, see https://github.com/Basile-z/dexed/issues/276 dmdproc.Parameters.Add('-version=runnable_module'); - dmdproc.Parameters.Add('-version=run_single_module'); end; diff --git a/src/u_messages.pas b/src/u_messages.pas index 794b762b..8bd9a8a2 100644 --- a/src/u_messages.pas +++ b/src/u_messages.pas @@ -1095,7 +1095,6 @@ begin if not openFileFromDmdMessage(msg) then exit; - // fixes strange bug : https://github.com/Basile-z/dexed/issues/320 if (fDoc <> old) and fOptions.singleMessageClick and assigned(dat) and (dat^.ctxt = amcEdit) then List.ClearSelection(false); diff --git a/src/u_stringrange.pas b/src/u_stringrange.pas index bd474a95..16cd33c8 100644 --- a/src/u_stringrange.pas +++ b/src/u_stringrange.pas @@ -18,11 +18,6 @@ type * Most of the operations can be chained because the functions * return either a pointer to a TStringRange (in this case this is always * the "Self") or a new TStringRange (in this case this is always a copy). - * - * This is based on a more generic work which tries to implement some kind - * of "D" ranges in Object Pascal (see https://github.com/Basile-z/ArrayOps). - * Even if Object Pascal doesn't provide the expressivness required to mimic - * D ranges, a few good stuff are still possible. *) TStringRange = record private