DeskCalc: Remove ResizeTo()

This commit is contained in:
John Scipione 2013-06-28 00:27:45 -04:00
parent ed7d3e22f9
commit d2577d74af
2 changed files with 0 additions and 8 deletions

View File

@ -575,13 +575,6 @@ CalcView::MakeFocus(bool focused)
}
void
CalcView::ResizeTo(float width, float height)
{
BView::ResizeTo(width, height);
}
void
CalcView::FrameResized(float width, float height)
{

View File

@ -60,7 +60,6 @@ class CalcView : public BView {
virtual void MouseUp(BPoint point);
virtual void KeyDown(const char* bytes, int32 numBytes);
virtual void MakeFocus(bool focused = true);
virtual void ResizeTo(float width, float height);
virtual void FrameResized(float width, float height);
// Archive this view.