libgnt/libgnt

64c9db40a5a4
remove is_buddylist from the irssi window manager

remove the is_buddylist function and usage from the irssi window manager. Fixes LIBGNT-6

Testing Done:
Ran most of the demos, namely multiwin with the irssi window manager to make sure everything was still working.

Bugs closed: LIBGNT-6

Reviewed at https://reviews.imfreedom.org/r/199/
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])