Mon, 07 Aug 2023 23:23:40 -0500
Remove a bunch of dead code from gtkconv
I tried my best to get the keybindings working, but none of them did.
Testing Done:
Compiled and tried all sorts of keybindings in the history and input. I had a message selected in the history and was able to type in the input without any of that old code.
Reviewed at https://reviews.imfreedom.org/r/2538/
// 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/' ], [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ], [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ], [ 'Gtk', 'https://docs.gtk.org/gtk4/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], [ 'Talkatu', 'https://docs.imfreedom.org/talkatu/' ], ]