From c42edd9260b986214a50d6d14123f9698e060721 Mon Sep 17 00:00:00 2001 From: rinov Date: Fri, 20 May 2016 01:17:49 +0900 Subject: [PATCH] Update mf_mountain_lion.c Remove duplicate return statement in mf_mlion_stop_getting_screen_updates() This change is no impact anywhere. --- server/Mac/mf_mountain_lion.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/Mac/mf_mountain_lion.c b/server/Mac/mf_mountain_lion.c index ba3fdb1..46af190 100644 --- a/server/Mac/mf_mountain_lion.c +++ b/server/Mac/mf_mountain_lion.c @@ -209,8 +209,6 @@ int mf_mlion_stop_getting_screen_updates() } return 0; - - return 0; } int mf_mlion_get_dirty_region(RFX_RECT* invalid) -- 2.7.4