diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:38:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:38:36 +0000 |
commit | fca34d6d941a6af50ebebe742aae249f207c67b1 (patch) | |
tree | bb61aca0b91c8e1cafa622313f0c2b503a44b8e2 /src/version.c | |
parent | b11160ef88e87d800e4c76330585d863656cce76 (diff) | |
download | vim-git-fca34d6d941a6af50ebebe742aae249f207c67b1.tar.gz |
updated for version 7.0030
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/version.c b/src/version.c index f27f0eaea..106ca7478 100644 --- a/src/version.c +++ b/src/version.c @@ -848,9 +848,6 @@ list_version() MSG_PUTS(_("with X11-Athena GUI.")); # endif # else -# ifdef FEAT_GUI_BEOS - MSG_PUTS(_("with BeOS GUI.")); -# else # ifdef FEAT_GUI_PHOTON MSG_PUTS(_("with Photon GUI.")); # else @@ -873,7 +870,6 @@ list_version() # endif # endif # endif -# endif # endif # endif # endif |