app: remove check since gimp_widget_load_icon() now always non-NULL.
commitb7685cc57982e19995016d1a71a59e921a438117
authorJehan <jehan@girinstud.io>
Sun, 24 Jun 2018 16:10:26 +0000 (24 18:10 +0200)
committerJehan <jehan@girinstud.io>
Sun, 24 Jun 2018 16:26:49 +0000 (24 18:26 +0200)
treeaf0f12d0b6b8ce9c28a08cc68d3bf1611e9acf71
parenta6e77355d8dfc62119eddc9d7c13a279c74367da
app: remove check since gimp_widget_load_icon() now always non-NULL.

This is the only place where such a check occured. All other calls
seemed to expect the return value to be non-NULL already.

(cherry picked from commit a9d851070a8a37d11708469cf99af7603ec58bb2)
app/widgets/gimpviewrenderer.c