Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed May 6, 2024
1 parent 811b57c commit e1ec10b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/utils/src/progress.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { CancellationToken } from './cancellation';
import { IDisposable } from './disposable';

export enum ProgressLocation {
Expand Down Expand Up @@ -29,8 +28,6 @@ export interface IProgressOptions {
readonly cancellable?: boolean;
readonly closeable?: boolean;
readonly buttons?: Array<string | IAction>;

readonly cancellationToken?: CancellationToken;
}

export interface IProgressNotificationOptions extends IProgressOptions {
Expand Down

0 comments on commit e1ec10b

Please sign in to comment.