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:
@@ -33,7 +33,6 @@ public:
|
|||||||
|
|
||||||
virtual void GetMinimumLegendSpacing(BView* view,
|
virtual void GetMinimumLegendSpacing(BView* view,
|
||||||
float* horizontal, float* vertical) = 0;
|
float* horizontal, float* vertical) = 0;
|
||||||
virtual BSize MaximumLegendSize(BView* view) = 0;
|
|
||||||
|
|
||||||
virtual BSize LegendSize(ChartLegend* legend,
|
virtual BSize LegendSize(ChartLegend* legend,
|
||||||
BView* view) = 0;
|
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
|
BSize
|
||||||
StringChartLegendRenderer::LegendSize(ChartLegend* _legend, BView* view)
|
StringChartLegendRenderer::LegendSize(ChartLegend* _legend, BView* view)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ class StringChartLegendRenderer : public ChartLegendRenderer {
|
|||||||
public:
|
public:
|
||||||
virtual void GetMinimumLegendSpacing(BView* view,
|
virtual void GetMinimumLegendSpacing(BView* view,
|
||||||
float* horizontal, float* vertical);
|
float* horizontal, float* vertical);
|
||||||
virtual BSize MaximumLegendSize(BView* view);
|
|
||||||
|
|
||||||
virtual BSize LegendSize(ChartLegend* legend,
|
virtual BSize LegendSize(ChartLegend* legend,
|
||||||
BView* view);
|
BView* view);
|
||||||
|
|||||||
Reference in New Issue
Block a user