mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Removed development code
This commit is contained in:
parent
8400ae29ba
commit
79a2633fa6
@ -448,10 +448,7 @@ _process_input(char *inp)
|
||||
static void
|
||||
_handle_idle_time()
|
||||
{
|
||||
// for development
|
||||
gint prefs_time = prefs_get_autoaway_time() * 1000;
|
||||
|
||||
// gint prefs_time = prefs_get_autoaway_time() * 60000;
|
||||
gint prefs_time = prefs_get_autoaway_time() * 60000;
|
||||
|
||||
unsigned long idle_ms = ui_get_idle_time();
|
||||
if (!idle) {
|
||||
|
Loading…
Reference in New Issue
Block a user