icontheme: Remove async APIs
authorBenjamin Otte <otte@redhat.com>
Sat, 1 Feb 2020 22:51:04 +0000 (23:51 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 4 Feb 2020 15:41:36 +0000 (16:41 +0100)
commitb713b9f68dc443ca23e3fedaca7eb958741975d1
tree8f389a6a6dd4c3294f950407e5296730414ffc7b
parentbfebc2b01a8d5d775e54ad9afe0dc5ff2d0fd35d
icontheme: Remove async APIs

Widgets would not use them properly. In fact, the only user was using
them wrong.

As icons are loaded async by default, this call isn't necessary.
gtk/gtkiconhelper.c
gtk/gtkiconhelperprivate.h
gtk/gtkicontheme.c
gtk/gtkicontheme.h
gtk/gtkimage.c
tests/testicontheme.c
testsuite/gtk/icontheme.c