On Thu, Feb 14, 2019 at 10:28:13AM +0000, Peter Maydell wrote: > Move the console/device menu creation code functions > further up in the source file, next to the code which > creates the initial menus. We're going to want to > change the location we call these functions from in > the next patch. > > This commit is a pure code move with no other changes. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > ui/cocoa.m | 184 ++++++++++++++++++++++++++--------------------------- > 1 file changed, 92 insertions(+), 92 deletions(-) >
Reviewed-by: Roman Bolshakov <r.bolsha...@yadro.com> Tested-by: Roman Bolshakov <r.bolsha...@yadro.com> Thanks, Roman