From 51e17b4c38662ae675a4c8323735b2b613fda58a Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 30 Mar 2013 07:52:49 -0700 Subject: [PATCH] Remove unused private member --- aegisub/src/dialog_properties.h | 1 - 1 file changed, 1 deletion(-) diff --git a/aegisub/src/dialog_properties.h b/aegisub/src/dialog_properties.h index 608226d33..562db1272 100644 --- a/aegisub/src/dialog_properties.h +++ b/aegisub/src/dialog_properties.h @@ -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