minor code optimization for Rectangle::render()
[ardour.git] / libs / canvas / canvas / rectangle.h
index 8b65940454fc56848066d01778997a8d215e98fa..351074cc42ae26962648bed9551c3f7494c7cd81 100644 (file)
@@ -87,10 +87,6 @@ public:
        void set_outline_what (What);
        void set_outline_all () { set_outline_what (ArdourCanvas::Rectangle::ALL); }
 
-  protected:
-       void render_self (Rect const &, Cairo::RefPtr<Cairo::Context>, Rect) const;
-       Rect get_self_for_render () const;
-
   private:
        /** Our rectangle; note that x0 may not always be less than x1
         *  and likewise with y0 and y1.