Remove unused method FrameMain::OnSubtitlesSave
Originally committed to SVN as r5679.
This commit is contained in:
parent
08307674a0
commit
00dd477a40
2 changed files with 0 additions and 5 deletions
|
@ -705,10 +705,6 @@ void FrameMain::OnSubtitlesOpen() {
|
||||||
SetDisplayMode(1,1);
|
SetDisplayMode(1,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FrameMain::OnSubtitlesSave() {
|
|
||||||
UpdateTitle();
|
|
||||||
}
|
|
||||||
|
|
||||||
void FrameMain::OnKeyDown(wxKeyEvent &event) {
|
void FrameMain::OnKeyDown(wxKeyEvent &event) {
|
||||||
if (!hotkey::check("Main Frame", context.get(), event.GetKeyCode(), event.GetUnicodeKey(), event.GetModifiers()))
|
if (!hotkey::check("Main Frame", context.get(), event.GetKeyCode(), event.GetUnicodeKey(), event.GetModifiers()))
|
||||||
event.Skip();
|
event.Skip();
|
||||||
|
|
|
@ -116,7 +116,6 @@ class FrameMain: public wxFrame {
|
||||||
void OnVideoDetach(agi::OptionValue const& opt);
|
void OnVideoDetach(agi::OptionValue const& opt);
|
||||||
|
|
||||||
void OnSubtitlesOpen();
|
void OnSubtitlesOpen();
|
||||||
void OnSubtitlesSave();
|
|
||||||
|
|
||||||
SubtitlesGrid *SubsGrid; ///< The subtitle editing area
|
SubtitlesGrid *SubsGrid; ///< The subtitle editing area
|
||||||
SubsEditBox *EditBox; ///< The subtitle editing textbox
|
SubsEditBox *EditBox; ///< The subtitle editing textbox
|
||||||
|
|
Loading…
Reference in a new issue