WM: remove tool initialization code

Area initialization handles these cases now.
This commit is contained in:
Campbell Barton
2018-11-28 13:57:21 +11:00
parent ba8c21989c
commit b58d4e7fe4
3 changed files with 2 additions and 37 deletions

View File

@@ -467,11 +467,6 @@ int main(
CTX_py_init_set(C, 1);
WM_keyconfig_init(C);
/* Called on load, however Python is not yet initialized, so call again here. */
if (!G.background) {
WM_toolsystem_init(C);
}
#ifdef WITH_FREESTYLE
/* initialize Freestyle */
FRS_initialize();