don't need to check desklock state on lokker init

This commit is contained in:
Mike Blumenkrantz 2014-01-15 01:02:06 -05:00
parent 8491ceebc0
commit 7656e10f04
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ e_modapi_init(E_Module *m)
e_desklock_interface_append(&lokker_desklock_iface);
if (e_desklock_state_get())
lokker_lock();
return m;
}