Remove unused code
This commit is contained in:
parent
d5bb5d4034
commit
f1693fa5a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue