aboutsummaryrefslogtreecommitdiff
path: root/src/components/MoveTable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MoveTable.hpp')
-rw-r--r--src/components/MoveTable.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/MoveTable.hpp b/src/components/MoveTable.hpp
index d220f5e..28ebd12 100644
--- a/src/components/MoveTable.hpp
+++ b/src/components/MoveTable.hpp
@@ -48,7 +48,6 @@ namespace cgeditor {
class MoveTable : public Component {
std::uint32_t UpdateMoves(CGEHalfMove *, std::uint32_t, std::uint32_t,bool only_black);
std::int32_t CurrentMove;
- double ImageWidth;
std::vector<Element> VariationMargins;
bool IsMouseOver(const Element &e) const;
std::uint32_t DrawComment(CGEHalfMove *m, std::uint32_t line, std::uint32_t indent,