Forgot to remove function on apple

This commit is contained in:
Kovid Goyal 2019-02-03 19:47:37 +05:30
parent 728dbbfff0
commit b51584525a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -669,11 +669,13 @@ error_callback(int error, const char* description) {
}
#ifndef __APPLE__
static void
dbus_user_notification_activated(uint32_t notification_id, const char* action) {
unsigned long nid = notification_id;
call_boss(dbus_notification_callback, "Oks", Py_True, nid, action);
}
#endif
PyObject*
glfw_init(PyObject UNUSED *self, PyObject *args) {