Remove unnecessary commas

They were added by mistake in f455e02c.
This commit is contained in:
Ricardo Mones 2016-12-21 15:12:16 +01:00
parent e31ee60178
commit b281fcac67

View file

@ -433,9 +433,9 @@ static StockPixmapData pixmaps[] =
{tray_unreadmail_xpm , NULL, NULL, "tray_unreadmail", NULL, NULL},
{tray_unreadmarkedmail_offline_xpm, NULL, NULL, "tray_unreadmarkedmail_offline", NULL, NULL},
{tray_unreadmarkedmail_xpm , NULL, NULL, "tray_unreadmarkedmail", NULL, NULL},
{doc_index_xpm , NULL, NULL, "doc_index", NULL, NULL,},
{doc_index_close_xpm , NULL, NULL, "doc_index_close", NULL, NULL,},
{doc_info_xpm , NULL, NULL, "doc_info", NULL, NULL,},
{doc_index_xpm , NULL, NULL, "doc_index", NULL, NULL},
{doc_index_close_xpm , NULL, NULL, "doc_index_close", NULL, NULL},
{doc_info_xpm , NULL, NULL, "doc_info", NULL, NULL},
{first_arrow_xpm , NULL, NULL, "first_arrow", NULL, NULL},
{last_arrow_xpm , NULL, NULL, "last_arrow", NULL, NULL},
{left_arrow_xpm , NULL, NULL, "left_arrow", NULL, NULL},