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

@@ -3847,8 +3847,6 @@ public:
void SetDataBuffer( void* buf );
int GetDragFlags() const;
void SetDropEffect( wxDragResult effect );
void SetEditCancelled();
};