trivial: Remove unused deprecated function

See https://docs.python.org/3.8/whatsnew/3.8.html#deprecated
This commit is contained in:
Richard Hughes 2021-01-18 20:12:24 +00:00
parent 4c98099393
commit d6d4da5d29

View File

@ -46,7 +46,6 @@ class Rasterizer:
self.pattern = "{directory}/{language}/LC_IMAGES/fwupd-{width}-{height}.{suffix}"
gettext.textdomain(self.domain)
gettext.bind_textdomain_codeset(self.domain, 'UTF8')
gettext.install(self.domain, self.modir)
@property