author | francesco-ST <francesco.abbate@st.com> | 2010年08月27日 09:18:43 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年08月27日 09:18:43 +0200 |
commit | 0b54e9afaaf67a4d687fd5085e77f0121161cd4e (patch) | |
tree | 70b2d533d47f9622322f9d7b3578e6f8d3f83cf5 /agg-plot/canvas.h | |
parent | a3767187d1041f4fb0cfc113e085e7cd4bd8400c (diff) | |
download | gsl-shell-0b54e9afaaf67a4d687fd5085e77f0121161cd4e.tar.gz |
-rw-r--r-- | agg-plot/canvas.h | 2 |
diff --git a/agg-plot/canvas.h b/agg-plot/canvas.h index 5438743e..4475de86 100644 --- a/agg-plot/canvas.h +++ b/agg-plot/canvas.h @@ -17,8 +17,6 @@ #include "agg_gamma_lut.h" -extern agg::rect_base<int> rect_of_slot_matrix (const agg::trans_affine& mtx); - class pixel_gamma_corr { typedef agg::gamma_lut<agg::int8u, agg::int16u, 8, 12> gamma_type; typedef agg::pixfmt_bgr24_gamma<gamma_type> pixel_fmt; |