From 0e0150bd3a3a4b3bd2e8aa4c6798dc1fab82568a Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Sat, 11 Jun 2016 23:21:41 +0200 Subject: [PATCH] remove forgotten things --- src/plugins/brightness.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/plugins/brightness.ts b/src/plugins/brightness.ts index b9f00b8d4..fc71b9344 100644 --- a/src/plugins/brightness.ts +++ b/src/plugins/brightness.ts @@ -31,11 +31,4 @@ export class Brightness { */ @Cordova() static setKeepScreenOn(value: boolean): void { } - - - /** - * Hide the ActionSheet. - */ - @Cordova() - static hide(): Promise { return; } }