mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:55:59 +01:00
remove double g_mutex_static_init
This commit is contained in:
parent
229f2ab8b3
commit
ed2e0d1014
1 changed files with 0 additions and 1 deletions
|
@ -673,7 +673,6 @@ init_zathura(void)
|
|||
g_static_mutex_init(&(Zathura.Lock.search_lock));
|
||||
g_static_mutex_init(&(Zathura.Lock.pdf_obj_lock));
|
||||
g_static_mutex_init(&(Zathura.Lock.select_lock));
|
||||
g_static_mutex_init(&(Zathura.Lock.select_lock));
|
||||
|
||||
/* other */
|
||||
Zathura.Global.mode = NORMAL;
|
||||
|
|
Loading…
Reference in a new issue