Remove empty lines

This commit is contained in:
Luflosi 2019-06-26 17:50:14 +02:00
parent f722b898b0
commit 893f406a99
No known key found for this signature in database
GPG key ID: 14140F703B7D8362
2 changed files with 0 additions and 2 deletions

View file

@ -132,7 +132,6 @@ + (GlobalMenuTarget *) shared_instance
notification_activated_callback = callback;
Py_INCREF(callback);
Py_RETURN_NONE;
}
@interface NotificationDelegate : NSObject <NSUserNotificationCenterDelegate>

View file

@ -200,7 +200,6 @@ typedef struct {
uint8_t decoration;
CursorShape shape;
color_type fg, bg, decoration_fg;
} Cursor;
typedef struct {