Remove unused private member

This commit is contained in:
Thomas Goyne 2013-03-30 07:52:49 -07:00
parent cb9c48d6af
commit 51e17b4c38
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class DialogProperties : public wxDialog {
// Things that effect rendering
wxComboBox *WrapStyle; ///< Wrapping style for long lines
wxComboBox *collision; ///< Collision resolution method
wxTextCtrl *ResX; ///< Script x resolution
wxTextCtrl *ResY; ///< Script y resolution
wxCheckBox *ScaleBorder; ///< If script resolution != video resolution how should borders be handled