Remove dead code in NotificationView.cpp

This commit is contained in:
Alex Wilson
2012-04-01 11:54:23 +12:00
parent ac93328eb9
commit 2fab0e4804
@@ -369,31 +369,6 @@ NotificationView::MouseDown(BPoint point)
}
/*
BSize
NotificationView::MinSize()
{
// return BLayoutUtils::ComposeSize(ExplicitMinSize(), _CalculateSize());
return _CalculateSize();
}
BSize
NotificationView::MaxSize()
{
return _CalculateSize();
}
BSize
NotificationView::PreferredSize()
{
return BLayoutUtils::ComposeSize(ExplicitPreferredSize(),
_CalculateSize());
}
*/
BHandler*
NotificationView::ResolveSpecifier(BMessage* msg, int32 index, BMessage* spec,
int32 form, const char* prop)