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