From 662d8ce079207e4c4a46f998ef122ab57cfbddcd Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sun, 6 Mar 2016 16:42:58 -0500 Subject: [PATCH] fix: remove confirm callback, not needed. --- src/plugins/dialogs.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/plugins/dialogs.ts b/src/plugins/dialogs.ts index 5815665a5..28e3d0161 100644 --- a/src/plugins/dialogs.ts +++ b/src/plugins/dialogs.ts @@ -14,14 +14,6 @@ export interface promptCallback { } -export interface confirmCallback { - - /** - * The index of the pressed button. (Number) Note that the index uses one-based indexing, so the value is 1, 2, 3, etc. - */ - buttonIndex : number, - -} /** * @name Dialogs