[Bf-blender-cvs] [9225b4c8234] workspaces: Remove incorrext XXX mark

Julian Eisel noreply at git.blender.org
Sun May 14 21:21:40 CEST 2017


Commit: 9225b4c82344569cbfb25109080db0c3cbce87a4
Author: Julian Eisel
Date:   Sun May 14 03:35:31 2017 +0200
Branches: workspaces
https://developer.blender.org/rB9225b4c82344569cbfb25109080db0c3cbce87a4

Remove incorrext XXX mark

===================================================================

M	source/blender/windowmanager/intern/wm_files.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 203d5d1c18f..8d442a2ed25 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -246,7 +246,6 @@ static void wm_window_match_do(bContext *C, ListBase *oldwmlist)
 			bScreen *screen = NULL;
 
 			/* when loading without UI, no matching needed */
-			/* XXX think we don't handle this correctly yet, it's activating workspace from old file */
 			if (!(G.fileflags & G_FILE_NO_UI) && (screen = CTX_wm_screen(C))) {
 
 				/* match oldwm to new dbase, only old files */




More information about the Bf-blender-cvs mailing list