Remove comment

This commit is contained in:
Gregory John Casamento 2024-02-08 22:59:51 -05:00
parent d11c7e3dbc
commit 74487bcfa5

View file

@ -3519,7 +3519,6 @@ static NSDictionary *titleTextAttributes[3] = {nil, nil, nil};
/* Determine ending column as fast as possible */
x_pos = NSMaxX (clipRect);
// Nota Bene: we do *not* reset i
while ((i < numberOfColumns) && (x_pos > columnOrigins[i]))
{
i++;