diff options
author | Vendicated <vendicated@riseup.net> | 2023-02-28 00:38:28 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-02-28 00:38:28 +0100 |
commit | 235d1141930c24b8b8dd292a836f5b6f4b622700 (patch) | |
tree | 8701cf06908cb3ad853b863f6dd7e3670998cc47 /src/webpack/webpack.ts | |
parent | 9aba70dcb16c9577095e65b7eef317a20ea33182 (diff) | |
download | Vencord-235d1141930c24b8b8dd292a836f5b6f4b622700.tar.gz Vencord-235d1141930c24b8b8dd292a836f5b6f4b622700.tar.bz2 Vencord-235d1141930c24b8b8dd292a836f5b6f4b622700.zip |
Improve ConsoleShortcuts plugin
Diffstat (limited to 'src/webpack/webpack.ts')
-rw-r--r-- | src/webpack/webpack.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts index 5aa7dc7..98a0ea8 100644 --- a/src/webpack/webpack.ts +++ b/src/webpack/webpack.ts @@ -308,13 +308,6 @@ export function findByPropsLazy(...props: string[]) { } /** - * Find all modules that have the specified properties - */ -export function findAllByProps(...props: string[]) { - return findAll(filters.byProps(...props)); -} - -/** * Find a function by its code */ export function findByCode(...code: string[]) { |