changeset 29101:b1d1e47092a6

__pltopt__.m: Remove one further piece of dead code for cset 014d2710dcd5. * __pltopt__.m: Remove decode looking for '@' marker style.
author Rik <rik@octave.org>
date Thu, 26 Nov 2020 07:58:38 -0800
parents 014d2710dcd5
children 9f31fe6f79f0
files scripts/plot/util/__pltopt__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/__pltopt__.m	Thu Nov 26 07:53:09 2020 -0800
+++ b/scripts/plot/util/__pltopt__.m	Thu Nov 26 07:58:38 2020 -0800
@@ -155,7 +155,7 @@
               || topt == "." || topt == "x" || topt == "s"
               || topt == "d" || topt == "^" || topt == "v"
               || topt == ">" || topt == "<" || topt == "p"
-              || topt == "h" || topt == "@")
+              || topt == "h")
         have_marker = true;
         ## Check for long form marker styles
         if (any (topt == "sdhp"))