Wed, 28 Sep 2022 03:50:52 -0500
Remove old call from zephyr
It was hidden in `#ifdef WIN32`, so not sure if this ever is used, but it hides an outdated symbol from search results.
Testing Done:
None.
Reviewed at https://reviews.imfreedom.org/r/1853/
// SPDX-FileCopyrightText: 2021 GNOME Foundation // SPDX-License-Identifier: LGPL-2.1-or-later // A map between namespaces and base URLs for their online documentation baseURLs = [ [ 'GLib', 'https://docs.gtk.org/glib/' ], [ 'GObject', 'https://docs.gtk.org/gobject/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], ]