Skip to content

Commit ca7419a

Browse files
committed
Remove unsued variable
1 parent 5159501 commit ca7419a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

implot_demo.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,6 @@ void Demo_ColormapWidgets() {
21312131
void Demo_PlotLimitsChanging() {
21322132
unsigned int lin[10] = {8,8,9,7,8,8,8,9,7,8};
21332133
unsigned int bar[10] = {1,2,5,3,4,1,2,5,3,4};
2134-
unsigned int dot[10] = {7,6,6,7,8,5,6,5,8,7};
21352134

21362135
if (ImPlot::BeginPlot("##LimitsChanging")) {
21372136
ImPlot::SetupAxes( "x-axis", "y-axis");

0 commit comments

Comments
 (0)