mirror of https://github.com/odrling/Aegisub
Remove unused method FrameMain::OnSubtitlesSave
Originally committed to SVN as r5679.
This commit is contained in:
parent
08307674a0
commit
00dd477a40
|
@ -705,10 +705,6 @@ void FrameMain::OnSubtitlesOpen() {
|
|||
SetDisplayMode(1,1);
|
||||
}
|
||||
|
||||
void FrameMain::OnSubtitlesSave() {
|
||||
UpdateTitle();
|
||||
}
|
||||
|
||||
void FrameMain::OnKeyDown(wxKeyEvent &event) {
|
||||
if (!hotkey::check("Main Frame", context.get(), event.GetKeyCode(), event.GetUnicodeKey(), event.GetModifiers()))
|
||||
event.Skip();
|
||||
|
|
|
@ -116,7 +116,6 @@ class FrameMain: public wxFrame {
|
|||
void OnVideoDetach(agi::OptionValue const& opt);
|
||||
|
||||
void OnSubtitlesOpen();
|
||||
void OnSubtitlesSave();
|
||||
|
||||
SubtitlesGrid *SubsGrid; ///< The subtitle editing area
|
||||
SubsEditBox *EditBox; ///< The subtitle editing textbox
|
||||
|
|
Loading…
Reference in New Issue