gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot
diff options
context:
space:
mode:
Diffstat (limited to 'agg-plot')
-rw-r--r--agg-plot/lua-plot-cpp.h 4
-rw-r--r--agg-plot/lua-plot.cpp 2
2 files changed, 1 insertions, 5 deletions
diff --git a/agg-plot/lua-plot-cpp.h b/agg-plot/lua-plot-cpp.h
index a9cfb45a..1c3f52c0 100644
--- a/agg-plot/lua-plot-cpp.h
+++ b/agg-plot/lua-plot-cpp.h
@@ -19,7 +19,7 @@ private:
plot_type m_plot;
public:
- lua_plot() : m_plot(), window_id(-1), id(-1) { };
+ lua_plot() : m_plot(), window_id(-1) { };
void update_window(lua_State *L);
@@ -29,8 +29,6 @@ public:
int window_id;
int slot_id;
-
- int id;
};
#endif
diff --git a/agg-plot/lua-plot.cpp b/agg-plot/lua-plot.cpp
index cdde089c..0f28020b 100644
--- a/agg-plot/lua-plot.cpp
+++ b/agg-plot/lua-plot.cpp
@@ -124,8 +124,6 @@ plot_new (lua_State *L)
p->self().set_title(title);
}
- p->id = object_index_add (L, OBJECT_PLOT, -1);
-
return 1;
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月23日 15:56:28 +0000

AltStyle によって変換されたページ (->オリジナル) /