remove forgotten things

This commit is contained in:
Aaron Czichon 2016-06-11 23:21:41 +02:00
parent e7010fd903
commit 0e0150bd3a

View File

@ -31,11 +31,4 @@ export class Brightness {
*/
@Cordova()
static setKeepScreenOn(value: boolean): void { }
/**
* Hide the ActionSheet.
*/
@Cordova()
static hide(): Promise<any> { return; }
}