diff --git a/src/Changelog.txt b/src/Changelog.txt index 39ac38b75..7c6108370 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -8,10 +8,13 @@ * Updated Czech language file - thx Trottel * Updated Russian language file - thx Sergey * Updated Brazilian Portuguese langauge file - thx Igor + * Updated German langauge file - thx Siegwarth * Updated word lists - thx Siegwarth * Minor improvements for EBU open subtitling * Added "Allow overlap in waveform" as setting - * Large "Image compare" databases now loads much faster - thx Zoltan + * Large "Image compare" ocr databases now loads much faster - thx Zoltan + * Cavena 890 can now read Russian + * Waveform generation can now uses current audio track (vlc only atm) * FIXED: * Crash in export of images - thx Eros UK * Crash in OCR via "Image compare" with large image databases - thx Zoltan diff --git a/src/Logic/ImageSplitterItem.cs b/src/Logic/ImageSplitterItem.cs index 4c1feb764..f1454b3fc 100644 --- a/src/Logic/ImageSplitterItem.cs +++ b/src/Logic/ImageSplitterItem.cs @@ -10,14 +10,6 @@ namespace Nikse.SubtitleEdit.Logic public NikseBitmap NikseBitmap { get; set; } public string SpecialCharacter { get; set; } - //public ImageSplitterItem(int x, int y, Bitmap bitmap) - //{ - // X = x; - // Y = y; - // Bitmap = bitmap; - // SpecialCharacter = null; - //} - public ImageSplitterItem(int x, int y, NikseBitmap bitmap) { X = x;