summaryrefslogtreecommitdiffstats
path: root/src/gui_motif.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-05 20:50:51 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-05 20:50:51 +0100
commit22286895fce0e45e42126c7f2e35ebf43bc625d9 (patch)
tree724167479bb64dc64279cc35319a533a82e704c1 /src/gui_motif.c
parent0fd797eacd569a0680a86452c18713eacf6608fe (diff)
patch 8.2.1961: various comments can be improvedv8.2.1961
Problem: Various comments can be improved. Solution: Various comment adjustments.
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r--src/gui_motif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c
index 543304fe43..ed2cfec67c 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -1242,7 +1242,6 @@ add_pixmap_args(vimmenu_T *menu, Arg *args, int n)
}
else
{
- // Test_colorscheme()
if (menu->xpm_fname != NULL)
{
XtSetArg(args[n], XmNpixmapFile, menu->xpm_fname); n++;