diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/global.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/global.c b/src/core/global.c index 3777fd9..f61def6 100644 --- a/src/core/global.c +++ b/src/core/global.c @@ -283,8 +283,6 @@ GStudyProject *get_current_project(void) void register_project_change_notification(current_project_change_cb notify) { - assert(_project_notify == NULL); - _project_notify = notify; } |