From 2fa19f646264d8bb089f2eb10826b66eec6df2b8 Mon Sep 17 00:00:00 2001 From: Extremesecrecy <10959169+extremesecrecy@users.noreply.github.com> Date: Thu, 24 Jul 2025 19:44:02 -0700 Subject: [PATCH] Update JackServerSettingsDialog.tsx Not used...keep forgetting warning will stop build. Removing. --- vite/src/pipedal/JackServerSettingsDialog.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite/src/pipedal/JackServerSettingsDialog.tsx b/vite/src/pipedal/JackServerSettingsDialog.tsx index ee8093c..e4c693f 100644 --- a/vite/src/pipedal/JackServerSettingsDialog.tsx +++ b/vite/src/pipedal/JackServerSettingsDialog.tsx @@ -18,11 +18,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -//import { Component } from 'react'; - import { Theme } from '@mui/material/styles'; -import React from 'react'; import WithStyles from './WithStyles'; import {createStyles} from './WithStyles';