Removed GC hack to disable ephemeron tables. - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/window-cpp.h
diff options
context:
space:
mode:
authorfrancesco-ST <francesco.abbate@st.com>2011年02月03日 16:08:46 +0100
committerfrancesco-ST <francesco.abbate@st.com>2011年02月03日 16:08:46 +0100
commitd8e80205ac800994ae3b7360a299841f20be3371 (patch)
tree63dfa87ba9c245f787d10247c98e2ab6f355411f /agg-plot/window-cpp.h
parentf9f49265522fe933fd6ca726ecd23bf33c9aae09 (diff)
downloadgsl-shell-d8e80205ac800994ae3b7360a299841f20be3371.tar.gz
Removed GC hack to disable ephemeron tables.
The corresponding work-around to "protected" windows was also removed.
Diffstat (limited to 'agg-plot/window-cpp.h')
-rw-r--r--agg-plot/window-cpp.h 18
1 files changed, 0 insertions, 18 deletions
diff --git a/agg-plot/window-cpp.h b/agg-plot/window-cpp.h
index 400e9b99..d0239d9a 100644
--- a/agg-plot/window-cpp.h
+++ b/agg-plot/window-cpp.h
@@ -89,21 +89,3 @@ public:
virtual void on_draw();
virtual void on_resize(int sx, int sy);
};
-
-#ifdef WINDOW_LIVE_CHECK
-class window_boxed : public window {
- bool m_is_alive;
-
-public:
- window_boxed(agg::rgba& bgcol) : window(bgcol), m_is_alive(true) {};
- ~window_boxed() { m_is_alive = false; }
-
- bool is_alive() const { return m_is_alive; };
-};
-#else
-class window_boxed : public window {
-public:
- window_boxed(agg::rgba& bgcol) : window(bgcol) {};
- bool is_alive() const { return true; };
-};
-#endif
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月12日 22:55:28 +0000

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