Whitespace fix.

This commit is contained in:
Edênis Freindorfer Azevedo 2019-07-06 01:04:32 -03:00 committed by Rafael Kitover
parent 3dc738b5c5
commit 4622f1b833
3 changed files with 5 additions and 7 deletions

View File

@ -2296,12 +2296,10 @@ DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height)
: DrawingPanel(parent, _width, _height)
{
// FIXME: implement
}
void DXDrawingPanel::DrawArea(wxWindowDC& dc)
{
// FIXME: implement
if (!did_init) {
DrawingPanelInit();