Revert accidental changes to the samples

This reverts parts of 533958be10 (recreating Xcode project files with
new script, 2022-04-16) that seem to have been committed accidentally
and are now preventing CI builds from passing.
This commit is contained in:
Vadim Zeitlin
2022-04-16 15:33:05 +02:00
parent 88f5a14d34
commit a47382f95d
3 changed files with 4 additions and 102 deletions

View File

@@ -1012,6 +1012,10 @@ protected:
}
};
// ============================================================================
// implementations
// ============================================================================
//-----------------------------------------------------------------------------
// MyImageFrame
//-----------------------------------------------------------------------------
@@ -1153,7 +1157,6 @@ MyFrame::MyFrame()
// 500 width * 2750 height
m_canvas->SetScrollbars( 10, 10, 50, 275 );
m_canvas->SetCursor(wxImage("cursor.png"));
}
void MyFrame::OnQuit( wxCommandEvent &WXUNUSED(event) )