CVS commit by mueller: remove unnecessary and dangerous layout call (triggers assertion failures) (backport revision 1.53) M +0 -1 render_canvas.h 1.51.2.2 --- kdelibs/khtml/rendering/render_canvas.h #1.51.2.1:1.51.2.2 @@ -44,5 +44,4 @@ public: virtual void calcMinMaxWidth(); virtual bool absolutePosition(int &xPos, int&yPos, bool f = false); - virtual void close(); int docHeight() const;