make method static

This commit is contained in:
Nikolaj Olsson 2020-06-10 05:57:43 +02:00
parent 0ce4101328
commit 12790c00e7

View File

@ -204,7 +204,7 @@ namespace Nikse.SubtitleEdit.Logic.Ocr
IsAllPointByteValues(LinesForeground) && IsAllPointByteValues(LinesForeground); IsAllPointByteValues(LinesForeground) && IsAllPointByteValues(LinesForeground);
} }
private bool IsAllPointByteValues(List<NOcrPoint> lines) private static bool IsAllPointByteValues(List<NOcrPoint> lines)
{ {
for (var index = 0; index < lines.Count; index++) for (var index = 0; index < lines.Count; index++)
{ {