From 83650a74f2adbcdd03e4ea4486507a65bc8fd68c Mon Sep 17 00:00:00 2001
From: Mark Watkins <jedimark@users.sourceforge.net>
Date: Tue, 13 Sep 2011 03:59:56 +1000
Subject: [PATCH] Mostly consistent graph height

---
 daily.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/daily.cpp b/daily.cpp
index 95de5c3e..92e58ba3 100644
--- a/daily.cpp
+++ b/daily.cpp
@@ -63,8 +63,6 @@ Daily::Daily(QWidget *parent,Profile * _profile,gGraphView * shared, MainWindow
     layout->addWidget(GraphView,1);
     layout->addWidget(scrollbar,0);
 
-    const int default_height=150;
-
   //  GAHI=new gGraph(GraphView,"Event Breakdown",default_height);
     /*gSegmentChart * seg=new gSegmentChart(GST_Pie);
     seg->AddSlice(CPAP_Hypopnea,QColor(0x40,0x40,0xff,0xff),"H");