From 5d4bdb6ce367e7347a50374185b42481f1c66d50 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 22 Mar 2022 19:42:42 -0700 Subject: [PATCH] share/gui: remove duplicate 'zoom.png' --- share/gui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/gui/Makefile.am b/share/gui/Makefile.am index 8feb17a91..32f4d1ebf 100644 --- a/share/gui/Makefile.am +++ b/share/gui/Makefile.am @@ -13,7 +13,7 @@ icons = cursor.png \ selectr.png single_select.png 2D.png 3D.png center.png \ details.png fisheye.png mod_3D.png \ mod_fisheye.png no_fisheye.png \ - zoom.png zoomin.png zoomout.png + zoomin.png zoomout.png if WITH_SMYRNA gui_DATA = $(gui) -- 2.40.0