Unused code: remove ProfileWidget2::isAddOrPlanner()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
5faf3f9410
commit
1892e2af21
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user