Mir

Code review comment for lp:~robertcarr/mir/fix-multiple-internal-client-surfaces-on-android

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

The first return is redundant and can be removed:

23 + return client_windows[surface].get();
24 }
25
26 - return client_window.get();
27 + return client_windows[surface].get();
28 }

review: Needs Fixing

« Back to merge proposal