Unused code: remove ProfileWidget2::isAddOrPlanner()

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-05-20 19:25:49 +02:00
parent 5faf3f9410
commit 1892e2af21
2 changed files with 0 additions and 6 deletions

View file

@ -1332,11 +1332,6 @@ bool ProfileWidget2::isPlanner()
return currentState == PLAN;
}
bool ProfileWidget2::isAddOrPlanner()
{
return currentState == PLAN || currentState == ADD;
}
struct plot_data *ProfileWidget2::getEntryFromPos(QPointF pos)
{
// find the time stamp corresponding to the mouse position

View file

@ -76,7 +76,6 @@ public:
bool getPrintMode();
bool isPointOutOfBoundaries(const QPointF &point) const;
bool isPlanner();
bool isAddOrPlanner();
double getFontPrintScale();
void setFontPrintScale(double scale);
#ifndef SUBSURFACE_MOBILE