[preview] Remove legacy code

This commit is contained in:
Philipp Hörist
2018-10-28 13:08:01 +01:00
parent c91037270b
commit df5d2d60ea
3 changed files with 9 additions and 82 deletions

View File

@@ -22,12 +22,7 @@ import logging
import os
from gajim.common import app
# Since Gajim 1.1.0 _() has to be imported
try:
from gajim.common.i18n import _
except ImportError:
pass
from gajim.plugins.plugins_i18n import _
if os.name == 'nt':