mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Unused code: remove ProfileWidget2::isAddOrPlanner()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
5faf3f9410
commit
1892e2af21
2 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue