mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
Remove mutex_unlock
Why has it exist anyway?
This commit is contained in:
parent
acb11bda4b
commit
23f89868ec
1 changed files with 0 additions and 2 deletions
|
@ -780,8 +780,6 @@ search(void* parameter)
|
|||
GList* list;
|
||||
int ov;
|
||||
|
||||
pthread_mutex_unlock(&(Zathura.PDF.pages[next_page]->lock));
|
||||
|
||||
if(argument->data)
|
||||
search_item = g_strdup((char*) argument->data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue