Remove unused code
This commit is contained in:
parent
d5bb5d4034
commit
f1693fa5a6
1 changed files with 0 additions and 4 deletions
|
@ -187,14 +187,10 @@ class GajimApplication(Gtk.Application):
|
||||||
|
|
||||||
del pritext
|
del pritext
|
||||||
|
|
||||||
#import gtkexcepthook
|
|
||||||
|
|
||||||
import signal
|
import signal
|
||||||
|
|
||||||
gajimpaths = common.configpaths.gajimpaths
|
gajimpaths = common.configpaths.gajimpaths
|
||||||
|
|
||||||
config_filename = gajimpaths['CONFIG_FILE']
|
|
||||||
|
|
||||||
# Seed the OpenSSL pseudo random number generator from file and initialize
|
# Seed the OpenSSL pseudo random number generator from file and initialize
|
||||||
RNG_SEED = gajimpaths['RNG_SEED']
|
RNG_SEED = gajimpaths['RNG_SEED']
|
||||||
PYOPENSSL_PRNG_PRESENT = False
|
PYOPENSSL_PRNG_PRESENT = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue