mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
thumbnails: remove obsolete check for GLib < 2.14 compatibility
This commit is contained in:
parent
f9c6ca979f
commit
93a0d7fd73
1 changed files with 0 additions and 5 deletions
|
@ -97,11 +97,6 @@ static pthread_mutex_t thumbnails_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|||
start more than one. Lock thumbnails_mutex when accessing this. */
|
||||
static volatile gboolean thumbnail_thread_is_running = FALSE;
|
||||
|
||||
/* Added in glib 2.14 */
|
||||
#ifndef G_QUEUE_INIT
|
||||
#define G_QUEUE_INIT { NULL, NULL, 0 }
|
||||
#endif
|
||||
|
||||
/* The list of NautilusThumbnailInfo structs containing information about the
|
||||
thumbnails we are making. Lock thumbnails_mutex when accessing this. */
|
||||
static volatile GQueue thumbnails_to_make = G_QUEUE_INIT;
|
||||
|
|
Loading…
Reference in a new issue