mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused static function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
98e374e65a
commit
4c252d8e23
1 changed files with 0 additions and 5 deletions
|
@ -366,11 +366,6 @@ QColor DepthAxis::colorForValue(double value)
|
|||
return QColor(Qt::red);
|
||||
}
|
||||
|
||||
static bool isPPGraphEnabled()
|
||||
{
|
||||
return prefs.pp_graphs.po2 || prefs.pp_graphs.pn2 || prefs.pp_graphs.phe;
|
||||
}
|
||||
|
||||
DepthAxis::DepthAxis()
|
||||
{
|
||||
connect(PreferencesDialog::instance(), SIGNAL(settingsChanged()), this, SLOT(settingsChanged()));
|
||||
|
|
Loading…
Add table
Reference in a new issue