From 380223bf1b340e7503177254a60d5982f95ab793 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Sun, 26 Aug 2012 22:49:35 -0700 Subject: Remove unused "layer" argument from show(). Change-Id: I8944a9f4a27c330b11e5e837c69b88c8f84145ba --- include/gui/SurfaceComposerClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gui/SurfaceComposerClient.h') diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 15a0c1e..295e7fb 100644 --- a/include/gui/SurfaceComposerClient.h +++ b/include/gui/SurfaceComposerClient.h @@ -100,7 +100,7 @@ public: static void closeGlobalTransaction(bool synchronous = false); status_t hide(SurfaceID id); - status_t show(SurfaceID id, int32_t layer = -1); + status_t show(SurfaceID id); status_t setFlags(SurfaceID id, uint32_t flags, uint32_t mask); status_t setTransparentRegionHint(SurfaceID id, const Region& transparent); status_t setLayer(SurfaceID id, int32_t layer); -- cgit v1.1