From d000538b68b3411a409e829c4e68f42f9646b940 Mon Sep 17 00:00:00 2001 From: drw Date: Wed, 04 Dec 2002 02:12:25 +0000 Subject: Abstracted checkbook storage, added new main window display/configuration options. --- (limited to 'noncore/apps/checkbook/graph.cpp') diff --git a/noncore/apps/checkbook/graph.cpp b/noncore/apps/checkbook/graph.cpp index 8ae835c..acdb846 100644 --- a/noncore/apps/checkbook/graph.cpp +++ b/noncore/apps/checkbook/graph.cpp @@ -87,11 +87,6 @@ void Graph::initGraph() drawBarChart( width(), height(), data->maxValue() ); } break; - case GraphInfo::LineChart : - { - //drawLineChart( p, s, min, max ); - } - break; case GraphInfo::PieChart : { drawPieChart( width(), height(), data->totalValue() ); @@ -132,10 +127,6 @@ void Graph::drawBarChart( int width, int height, float max ) } } -void Graph::drawLineChart( int width, int height, float max ) -{ -} - void Graph::drawPieChart( int width, int height, float sum ) { QPainter p( &graph ); -- cgit v0.9.0.2