summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preview/PreviewView.h')
-rw-r--r--src/preview/PreviewView.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index 10dba4d..03a3a47 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -37,7 +37,6 @@ class PreviewView: public ui::Window {
ui::Label * viewsLabel;
ui::Textbox * saveIDTextbox;
ui::ScrollPanel * commentsPanel;
- std::vector<SaveComment> comments;
std::vector<ui::Component*> commentComponents;
std::vector<ui::Component*> commentTextComponents;
int votesUp;