Add back informational comments

This commit is contained in:
Gregory John Casamento 2024-07-27 13:49:24 -04:00
parent 9712490625
commit 1d266d7a9b

View file

@ -37,7 +37,7 @@
Boston, MA 02110-1301, USA.
*/
#include <math.h>
#include <math.h> // (float)rintf(float x}
#import "config.h"
#import <Foundation/NSArray.h>
@ -68,7 +68,7 @@
#import "GSGuiPrivate.h"
/* Cache */
static CGFloat scrollerWidth;
static CGFloat scrollerWidth; // == [NSScroller scrollerWidth];
static NSTextFieldCell *titleCell;
static CGFloat browserColumnSeparation;
static CGFloat browserVerticalPadding;