Templates: remove redundant directory init

This is now handled when versioning all startups.
This commit is contained in:
2018-12-13 07:22:22 +11:00
parent 8c08efd1f7
commit 8a804d5da7

View File

@@ -29,7 +29,6 @@ def load_handler(dummy):
if area.type == 'FILE_BROWSER':
space = area.spaces.active
params = space.params
params.directory = os.path.expanduser("~")
params.use_filter_folder = True
def register():