Skip to content

Commit 59f2b3b

Browse files
committed
Remove unused code
1 parent b9fbdb0 commit 59f2b3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ type MouseHandler = (event: Event, mouse: Electron.MouseInputEvent) => void;
4646
type DraggableWindow = BaseWindow & { __wdrag__?: Draggable };
4747

4848
export class Draggable {
49-
private static readonly TRUE_PROMISE = Promise.resolve(true);
5049
private static readonly CATCH_FALSE = () => false;
5150
private readonly optionsByWebContents = new Map<WebContents, InternalDragOptions>();
5251
private readonly options: InternalDragOptions;

0 commit comments

Comments
 (0)