diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-16 01:54:25 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-16 02:48:12 +0100 |
commit | 8f6194a88340f1f842099b8f3f55bf48d5ef5069 (patch) | |
tree | 203b48b8c511cc759159452647a8a7760555aa5b /gdk | |
parent | aab86f8b98165f3b598db25904753f9faa1bf622 (diff) | |
download | gtk+-8f6194a88340f1f842099b8f3f55bf48d5ef5069.tar.gz |
dnd: Remove unused function
The function was referencing itself in ways that bamboozled gcc:
static void
foo (void)
{
g_signal_handlers_disconnect_by_func (NULL, foo, NULL);
}
Well done, function, you get your own commit!
Diffstat (limited to 'gdk')
0 files changed, 0 insertions, 0 deletions