eliminated unnecessary comments

This commit is contained in:
qPCR4vir 2015-03-17 23:21:17 +01:00
parent 219fb1b7d4
commit ee699c263e

View File

@ -430,8 +430,7 @@ namespace nana
unsigned distance; ///< expressed in multiples or divisions of 120 unsigned distance; ///< expressed in multiples or divisions of 120
}; };
struct arg_dropfiles : public event_arg // It could be from arg_mouse ?? struct arg_dropfiles : public event_arg
// Is possible struct arg_drop:arg_mouse {any data;}; ?
{ {
::nana::window window_handle; ///< A handle to the event window ::nana::window window_handle; ///< A handle to the event window
::nana::point pos; ///< cursor position in the event window ::nana::point pos; ///< cursor position in the event window