X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fclipping.h;h=b07195231423ca139a174af18c202c80153f6602;hb=dbc91b65728ab9c0e574bb1127cfe4d2da55de7f;hp=d74763ab7c697f9cade4e94ab4b15bdb518e0a10;hpb=a275d25eccad43716c5dcf91f8bc4af2a53c0445;p=libs%2Fgl.git diff --git a/source/core/clipping.h b/source/core/clipping.h index d74763ab..b0719523 100644 --- a/source/core/clipping.h +++ b/source/core/clipping.h @@ -27,7 +27,7 @@ private: mutable ProgramData shdata; public: - static unsigned get_n_attach_points(); + DEPRECATED static unsigned get_n_attach_points(); void attach(const ClipPlane &); void detach(const ClipPlane &);