1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 17:27:07 +00:00
termux-packages/packages/oleo/plotter.c.patch
Leonid Pliushch b45fc730dc move some packages from unstable repo
* geth
* jbig2dec
* myrepos
* oleo
* samefile
* sdcv
* yadm
2019-09-08 17:25:28 +03:00

30 lines
493 B
Diff

--- plotter.c 2018-02-22 08:59:06.651246905 +0000
+++ src/src/plotter.c 2018-02-22 09:00:15.471539332 +0000
@@ -2639,8 +2639,6 @@
case SP_PLOT_PIE:
sp_pie_plot_point(mg, point);
break;
- default:
- /* ?? */
}
}
@@ -2770,8 +2768,6 @@
case SP_PLOT_PIE:
sp_pie_begin_graph(mg, scale, trans_x, trans_y);
break;
- default:
- /* ??? */
}
sp_first_dataset(mg);
@@ -2790,8 +2786,6 @@
case SP_PLOT_PIE:
sp_pie_end_graph(mg);
break;
- default:
- /* ??? */
}
}