This commit is contained in:
Kovid Goyal 2019-06-26 22:34:38 +05:30
commit 6bb78c9499
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 0 additions and 2 deletions

View File

@ -132,7 +132,6 @@ set_notification_activated_callback(PyObject *self UNUSED, PyObject *callback) {
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 {