mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-15 02:33:46 +01:00
remove double g_mutex_static_init
This commit is contained in:
parent
8014327d50
commit
cc580e0f4f
@ -673,7 +673,6 @@ init_zathura(void)
|
|||||||
g_static_mutex_init(&(Zathura.Lock.search_lock));
|
g_static_mutex_init(&(Zathura.Lock.search_lock));
|
||||||
g_static_mutex_init(&(Zathura.Lock.pdf_obj_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));
|
||||||
g_static_mutex_init(&(Zathura.Lock.select_lock));
|
|
||||||
|
|
||||||
/* other */
|
/* other */
|
||||||
Zathura.Global.mode = NORMAL;
|
Zathura.Global.mode = NORMAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user