libgnt/libgnt

Remove unncessary gobject casts

3 months ago, Gary Kramlich
130f4d75c237
Remove unncessary gobject casts

Testing Done:
Compiled. libgnt doens't have a `turtles` target.

Reviewed at https://reviews.imfreedom.org/r/2960/
// 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/' ],
]