font: remove lock (all rendering happens in the main thread)

This commit is contained in:
Daniel Eklöf 2019-09-22 00:51:02 +02:00
parent b3a5e0b5d7
commit 54797ffbd8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 1 additions and 11 deletions

1
font.h
View file

@ -59,7 +59,6 @@ struct font {
} strikeout;
hash_entry_t **cache;
mtx_t lock;
bool is_fallback;
int ref_counter;