aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RunStyles.h')
-rw-r--r--src/RunStyles.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h
index 76d75d75a..44367adf7 100644
--- a/src/RunStyles.h
+++ b/src/RunStyles.h
@@ -34,12 +34,6 @@ private:
void RemoveRunIfSameAsPrevious(DISTANCE run);
public:
RunStyles();
- // Deleted so RunStyles objects can not be copied.
- RunStyles(const RunStyles &) = delete;
- RunStyles(RunStyles &&) = delete;
- void operator=(const RunStyles &) = delete;
- void operator=(RunStyles &&) = delete;
- ~RunStyles();
DISTANCE Length() const noexcept;
STYLE ValueAt(DISTANCE position) const noexcept;
DISTANCE FindNextChange(DISTANCE position, DISTANCE end) const noexcept;