Cleanup: avoid double NULL check.
commitb097aebe68a88cb5a70ec3901da611ff055c6d79
authorMorten Welinder <terra@gnome.org>
Wed, 9 May 2018 23:36:19 +0000 (9 19:36 -0400)
committerMorten Welinder <terra@gnome.org>
Wed, 9 May 2018 23:36:19 +0000 (9 19:36 -0400)
tree49d230e38acec0f9451f6d63b5816dcca7c74042
parent9f01992d8e301371e078b1b3bbde449c2f9abc98
Cleanup: avoid double NULL check.

go_string_unref, style_color_unref, and gnm_style_border_unref are all
perfectly happy with NULL args so don't check before calling.
12 files changed:
plugins/excel/excel-xml-read.c
plugins/excel/ms-excel-read.c
plugins/excel/xlsx-read.c
src/dialogs/dialog-cell-format.c
src/expr-name.c
src/func.c
src/input-msg.c
src/mstyle.c
src/style-border.c
src/style-color.c
src/validation.c
tools/check-gfrees