From 18675a30b4f57bbf7490c66eb9964b86b36e200d Mon Sep 17 00:00:00 2001
From: Jacques Grelet <Jacques.grelet@ird.fr>
Date: Thu, 10 Jan 2019 16:57:00 +0100
Subject: [PATCH] remove datacursormode test

---
 tsg_util/plot_map.m | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tsg_util/plot_map.m b/tsg_util/plot_map.m
index 71e2021..95c6298 100644
--- a/tsg_util/plot_map.m
+++ b/tsg_util/plot_map.m
@@ -54,9 +54,6 @@ ind = find( tsg.DAYD >= dateLim(1) & tsg.DAYD <= dateLim(2));
 latx = double(tsg.LATX);
 lonx = double(tsg.LONX);
 
-dt = datacursormode;
-dt.UpdateFcn = {@labeldatatips};
-
 if ~isempty( ind )
   
   latMin = min(latx(ind) );
-- 
GitLab