Fix manual reference error after removal of use_international_fonts

This commit is contained in:
2020-04-08 12:43:49 +02:00
parent ea3e0b3e8c
commit ea5a2efb57

View File

@@ -9,8 +9,6 @@ else:
url_manual_prefix = "https://docs.blender.org/manual/en/" + manual_version + "/"
language = ""
if bpy.context.preferences.view.use_international_fonts:
language = bpy.context.preferences.view.language
if language == 'DEFAULT':
import os