From d6f167bf4c9de3f7514b57cb1d5e6f9a72a46201 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Wed, 29 Jan 2014 10:35:36 +0000 Subject: [PATCH] Update settings.h Removed UI element for graph image generation setting. Part of issue #90 work. --- src/gui/settings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/settings.h b/src/gui/settings.h index ad16fb88..8a0aff42 100644 --- a/src/gui/settings.h +++ b/src/gui/settings.h @@ -47,7 +47,6 @@ private: wxChoice *LanguageChoice; wxCheckBox *UpdateMasterlistBox; wxCheckBox *reportViewBox; - wxCheckBox *displayGraphImageBox; wxListView *gamesList; wxButton * addBtn;