From 28ee322763282711d4394e092aeefd29e9f972bb Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 20 Nov 2024 08:18:14 +1100 Subject: Bug [#2453]. Remove remnants of ScintillaEditPy. --- cocoa/checkbuildosx.sh | 3 --- include/Scintilla.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cocoa/checkbuildosx.sh b/cocoa/checkbuildosx.sh index f342715aa..847e24ab3 100755 --- a/cocoa/checkbuildosx.sh +++ b/cocoa/checkbuildosx.sh @@ -60,7 +60,4 @@ xcodebuild clean xcodebuild cd .. -cd ScintillaEditPy -python2 sepbuild.py -cd .. cd ../.. diff --git a/include/Scintilla.h b/include/Scintilla.h index d7c08fa25..e434b9f95 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1394,7 +1394,7 @@ struct Sci_RangeToFormatFull { #ifndef __cplusplus /* For the GTK+ platform, g-ir-scanner needs to have these typedefs. This - * is not required in C++ code and actually seems to break ScintillaEditPy */ + * is not required in C++ code and has caused problems in the past. */ typedef struct Sci_NotifyHeader Sci_NotifyHeader; typedef struct SCNotification SCNotification; #endif -- cgit v1.2.3