Remove unused static function

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-06 10:59:26 -07:00
parent 98e374e65a
commit 4c252d8e23

View file

@ -366,11 +366,6 @@ QColor DepthAxis::colorForValue(double value)
return QColor(Qt::red); return QColor(Qt::red);
} }
static bool isPPGraphEnabled()
{
return prefs.pp_graphs.po2 || prefs.pp_graphs.pn2 || prefs.pp_graphs.phe;
}
DepthAxis::DepthAxis() DepthAxis::DepthAxis()
{ {
connect(PreferencesDialog::instance(), SIGNAL(settingsChanged()), this, SLOT(settingsChanged())); connect(PreferencesDialog::instance(), SIGNAL(settingsChanged()), this, SLOT(settingsChanged()));