Remove unused code

This commit is contained in:
Philipp Hörist 2016-12-30 23:29:53 +01:00
parent d5bb5d4034
commit f1693fa5a6
1 changed files with 0 additions and 4 deletions

View File

@ -187,14 +187,10 @@ class GajimApplication(Gtk.Application):
del pritext
#import gtkexcepthook
import signal
gajimpaths = common.configpaths.gajimpaths
config_filename = gajimpaths['CONFIG_FILE']
# Seed the OpenSSL pseudo random number generator from file and initialize
RNG_SEED = gajimpaths['RNG_SEED']
PYOPENSSL_PRNG_PRESENT = False