When the GTK+ 1 code was removed by the commit 182c5be11 on 2010-06-25, the minimum required version for the GTK+ 2 GUI was set to 2.2 (src/configure.ac:2595--2598).
In spite of that change, the condition on when HAVE_GTK_MULTIHEAD is defined was left unchanged (src/configure.ac:2608--2609), and it has long been the inequality GTK+ >= 2.1.1. Accordingly, for the current build system since then, HAVE_GTK_MULTIHEAD is always defined for any GTK+ GUI builds, and thus obviously redundant. With the attached patch, I propose to remove the else blocks of "#ifdef HAVE_GTK_MULTIHEAD" , those #ifdef's, and the macro itself from the codebase to make the code relevant to the macro neater and consistent. Best regards Kazunobu -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
remove_HAVE_GTK_MULTIHEAD.patch
Description: Binary data
