Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2013-04-13 16:03:20 +0400
committerTon Roosendaal <ton@blender.org>2013-04-13 16:03:20 +0400
commitd867cefa32ca3b26bbfc279e2f04d4f795dc13a4 (patch)
tree6c96c71400ffc5da4a8b48e2ff456e13af4f81ab /source/blender/windowmanager/wm_event_system.h
parent9eea6c7057c6e092a5e29e6a595c7dc7d0f14072 (diff)
Bug fix #34896
The feature "Keep Session" was also loading that session when you double-click on a .blend to open it, or when a .blend file was on commandline. Moved this feature to the main() in creator.c, so it can check on it properly, skipping the kept session when a file was loaded.
Diffstat (limited to 'source/blender/windowmanager/wm_event_system.h')
-rw-r--r--source/blender/windowmanager/wm_event_system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/wm_event_system.h b/source/blender/windowmanager/wm_event_system.h
index d12e1d47fa0..cc139f33c84 100644
--- a/source/blender/windowmanager/wm_event_system.h
+++ b/source/blender/windowmanager/wm_event_system.h
@@ -104,8 +104,5 @@ void wm_dropbox_free(void);
void wm_drags_check_ops(bContext *C, wmEvent *event);
void wm_drags_draw(bContext *C, wmWindow *win, rcti *rect);
-/* wm_operators.c */
-void wm_recover_last_session(bContext *C, ReportList *reports);
-
#endif /* __WM_EVENT_SYSTEM_H__ */