Skip to content

Commit

Permalink
remove unused code (microsoft#152208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored Jun 15, 2022
1 parent e2d75fb commit 600bfb5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/vs/base/browser/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1685,18 +1685,6 @@ export function getCookieValue(name: string): string | undefined {
return match ? match.pop() : undefined;
}

export const enum ZIndex {
SASH = 35,
SuggestWidget = 40,
Hover = 50,
DragImage = 1000,
MenubarMenuItemsHolder = 2000, // quick-input-widget
ContextView = 2500,
ModalDialog = 2600,
PaneDropOverlay = 10000
}


export interface IDragAndDropObserverCallbacks {
readonly onDragEnter: (e: DragEvent) => void;
readonly onDragLeave: (e: DragEvent) => void;
Expand Down

0 comments on commit 600bfb5

Please sign in to comment.