aboutsummaryrefslogtreecommitdiff
path: root/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c')
-rw-r--r--cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c b/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c
deleted file mode 100644
index 426f1e713b91..000000000000
--- a/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/frontend/plotting/pvec.c.orig Fri Sep 17 17:30:10 2004
-+++ src/frontend/plotting/pvec.c Fri Sep 17 17:30:33 2004
-@@ -47,8 +47,6 @@
- case GRID_SMITHGRID:
- strcat(buf, ", grid = smithgrid (not xformed)");
- break;
--
-- default:
- }
-
- switch (d->v_plottype) {
-@@ -60,8 +58,6 @@
- case PLOT_POINT:
- strcat(buf, ", plot = point");
- break;
--
-- default:
- }
- if (d->v_defcolor) {
- sprintf(buf2, ", color = %s", d->v_defcolor);