Minor cleanup and changes from Code Review comments.

This commit is contained in:
Robin Dunn
2018-02-10 15:13:01 -08:00
parent 5e01658cdc
commit bd1e13df42
4 changed files with 12 additions and 26 deletions

View File

@@ -2,7 +2,6 @@
// Name: wx/aui/floatpane.h
// Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence: wxWindows Library Licence, Version 3.1
@@ -29,5 +28,3 @@ protected:
virtual void OnMoving(const wxRect& windowRect, wxDirection dir);
virtual void OnMoveFinished();
};