Remove unnecessary line from the font sample

This was mistakenly left over in the commit adding private fonts support
(547e40b114).
This commit is contained in:
Vadim Zeitlin 2018-09-15 01:57:22 +02:00
parent 720e1372e4
commit 468545943a

View File

@ -389,7 +389,6 @@ bool MyApp::OnInit()
{
if ( !wxApp::OnInit() )
return false;
wxString privfont = argv[0].BeforeLast('/');
// Create the main application window
MyFrame *frame = new MyFrame();