icontheme: Remove gtk_icon_get_base_size() and gtk_icon_get_base_dir()
authorBenjamin Otte <otte@redhat.com>
Sun, 2 Feb 2020 00:05:42 +0000 (01:05 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 4 Feb 2020 15:43:59 +0000 (16:43 +0100)
commit4b96ba592f56fb9553cdeda616b7cc62c5c4c09b
tree2f6bf4268e39b78fe5fd755f76e9f2d817f9e8b0
parent7e8d8218b93f164169014f6149db4a89f86343bd
icontheme: Remove gtk_icon_get_base_size() and gtk_icon_get_base_dir()

Those functions are unused and the documentation says "Returns some
random number that the icon theme creator chose" which does not seem at
all useful and an implementation detail.

So get rid of it.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkicontheme.c
gtk/gtkicontheme.h
tests/testicontheme.c