Skip to content

Commit

Permalink
remove duplicate isFluent
Browse files Browse the repository at this point in the history
  • Loading branch information
markallenramirez committed Sep 15, 2023
1 parent df70858 commit 9ba76f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/devextreme/js/ui/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,6 @@ export function isMaterialBased(themeName) {
return isMaterial(themeName) || isFluent(themeName);
}

export function isFluent(themeName) {
return isTheme('fluent', themeName);
}

export function isMaterial(themeName) {
return isTheme('material', themeName);
}
Expand Down

0 comments on commit 9ba76f8

Please sign in to comment.