mirror of https://github.com/odrling/Aegisub
Remove unused private member
This commit is contained in:
parent
cb9c48d6af
commit
51e17b4c38
|
@ -49,7 +49,6 @@ class DialogProperties : public wxDialog {
|
||||||
|
|
||||||
// Things that effect rendering
|
// Things that effect rendering
|
||||||
wxComboBox *WrapStyle; ///< Wrapping style for long lines
|
wxComboBox *WrapStyle; ///< Wrapping style for long lines
|
||||||
wxComboBox *collision; ///< Collision resolution method
|
|
||||||
wxTextCtrl *ResX; ///< Script x resolution
|
wxTextCtrl *ResX; ///< Script x resolution
|
||||||
wxTextCtrl *ResY; ///< Script y resolution
|
wxTextCtrl *ResY; ///< Script y resolution
|
||||||
wxCheckBox *ScaleBorder; ///< If script resolution != video resolution how should borders be handled
|
wxCheckBox *ScaleBorder; ///< If script resolution != video resolution how should borders be handled
|
||||||
|
|
Loading…
Reference in New Issue