DeskCalc: Remove ResizeTo()
This commit is contained in:
parent
ed7d3e22f9
commit
d2577d74af
@ -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)
|
||||
{
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user