From c7688dd2ff20de33d42dd4018670a1676b246bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 8 Nov 2013 18:52:49 +0100 Subject: [PATCH] [REPL] No longer ask user to scale to 50% in Retina mode. --- bin/sim.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/sim.m b/bin/sim.m index 98b63274..a2b1bc6e 100644 --- a/bin/sim.m +++ b/bin/sim.m @@ -297,14 +297,6 @@ locate_app_windows_ids(void) if ([name rangeOfString:@"iPad"].location != NSNotFound) { simulator_device_family = DEVICE_FAMILY_IPAD; } - - static bool displayed_mouse_over_message = false; - if (simulator_retina_type && !displayed_mouse_over_message) { - fprintf(stderr, - "\n*** In retina mode, mouse-over requires 50%% window scale to work"\ - "\n*** (use command+3 in the iOS simulator)\n"); - displayed_mouse_over_message = true; - } #else // !SIMULATOR_IOS int window_pid = [[dict objectForKey:@"kCGWindowOwnerPID"] intValue]; if (window_pid != [osx_task processIdentifier]) {