aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 6a4ed9c..7e9dda2 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -139,7 +139,6 @@ namespace QuickMedia
bool dirtyText;
bool dirtyCaret;
bool editable;
- bool visible;
CaretMoveDirection caretMoveDirection;
sf::FloatRect boundingBox;
float lineSpacing;
@@ -149,7 +148,6 @@ namespace QuickMedia
int caretIndex;
float caret_offset_x;
sf::Vector2f caretPosition;
- sf::Clock lastSeenTimer;
sf::Vector2u renderTargetSize;
std::vector<VertexRef> vertices_linear; // TODO: Use textElements instead