commit | 9b1f8ef7bcafeee19d8537f34a95cf0f3c112ccc | [log] [tgz] |
---|---|---|
author | Dima Ryazanov <dima@gmail.com> | Sun Nov 13 23:44:52 2016 -0800 |
committer | Daniel Stone <daniels@collabora.com> | Wed Nov 16 16:08:05 2016 +0000 |
tree | 76779bce8ad6d7917fcc2cc5a99e7e287f7de156 | |
parent | c0271533d012f7928169ff17c42ba25365c66eea [diff] |
Get rid of the window_create_menu function It's currently unused, and there's actually no way to use it correctly. The caller cannot free the menu that was created: - the function only returns the window, not the menu - there's no public API to destroy a menu object Signed-off-by: Dima Ryazanov <dima@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com>