Removed obsolete ChartLegendRenderer::MaximumLegendSize().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30541 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c3ac87e8fc
commit
02b4901e4c
@ -33,7 +33,6 @@ public:
|
||||
|
||||
virtual void GetMinimumLegendSpacing(BView* view,
|
||||
float* horizontal, float* vertical) = 0;
|
||||
virtual BSize MaximumLegendSize(BView* view) = 0;
|
||||
|
||||
virtual BSize LegendSize(ChartLegend* legend,
|
||||
BView* view) = 0;
|
||||
|
@ -33,14 +33,6 @@ StringChartLegendRenderer::GetMinimumLegendSpacing(BView* view,
|
||||
}
|
||||
|
||||
|
||||
BSize
|
||||
StringChartLegendRenderer::MaximumLegendSize(BView* view)
|
||||
{
|
||||
// TODO: Implement for real!
|
||||
return BSize(100, 20);
|
||||
}
|
||||
|
||||
|
||||
BSize
|
||||
StringChartLegendRenderer::LegendSize(ChartLegend* _legend, BView* view)
|
||||
{
|
||||
|
@ -26,7 +26,6 @@ class StringChartLegendRenderer : public ChartLegendRenderer {
|
||||
public:
|
||||
virtual void GetMinimumLegendSpacing(BView* view,
|
||||
float* horizontal, float* vertical);
|
||||
virtual BSize MaximumLegendSize(BView* view);
|
||||
|
||||
virtual BSize LegendSize(ChartLegend* legend,
|
||||
BView* view);
|
||||
|
Loading…
Reference in New Issue
Block a user