author | francesco-ST <francesco.abbate@st.com> | 2010年10月21日 17:54:30 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年10月21日 17:54:30 +0200 |
commit | f2a6a9203f69006b9aee94f96dc19d638047f67a (patch) | |
tree | ab19e56a5695a4e2efcb52c6c7e9837abacbc098 /agg-plot/text.cpp | |
parent | c2531ad7f2dc7bfae6357bacc28e7f6a3591d48d (diff) | |
download | gsl-shell-f2a6a9203f69006b9aee94f96dc19d638047f67a.tar.gz |
-rw-r--r-- | agg-plot/text.cpp | 13 |
diff --git a/agg-plot/text.cpp b/agg-plot/text.cpp index 2fe93702..04d6f137 100644 --- a/agg-plot/text.cpp +++ b/agg-plot/text.cpp @@ -29,17 +29,4 @@ namespace draw { m_stroke.approximation_scale(as); m_text.start_point (-m_hjustif * m_text_width, -m_vjustif * m_text_height); } - - void - text::bounding_box(double *x1, double *y1, double *x2, double *y2) - { - *x1 = *x2 = m_x; - *y1 = *y2 = m_y; - } - - bool - text::dispose() - { - return false; - } } |