1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Remove unused private member

This commit is contained in:
Thomas Goyne 2013-03-30 07:52:49 -07:00
parent cb9c48d6af
commit 51e17b4c38

@ -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