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:
@@ -389,7 +389,6 @@ bool MyApp::OnInit()
|
|||||||
{
|
{
|
||||||
if ( !wxApp::OnInit() )
|
if ( !wxApp::OnInit() )
|
||||||
return false;
|
return false;
|
||||||
wxString privfont = argv[0].BeforeLast('/');
|
|
||||||
|
|
||||||
// Create the main application window
|
// Create the main application window
|
||||||
MyFrame *frame = new MyFrame();
|
MyFrame *frame = new MyFrame();
|
||||||
|
Reference in New Issue
Block a user