Skip to content

Commit

Permalink
Remove unused theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Aug 14, 2024
1 parent 5062572 commit a016ce3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 161 deletions.
6 changes: 0 additions & 6 deletions ms2rescore/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from psm_utils.io import FILETYPES

import ms2rescore.gui.widgets as widgets
import ms2rescore.package_data as pkg_data
import ms2rescore.package_data.img as pkg_data_img
from ms2rescore import __version__ as ms2rescore_version
from ms2rescore.config_parser import parse_configurations
Expand All @@ -28,9 +27,6 @@
with importlib.resources.path(pkg_data_img, "config_icon.png") as resource:
_IMG_DIR = Path(resource).parent

with importlib.resources.path(pkg_data, "ms2rescore-gui-theme.json") as resource:
_THEME_FILE = Path(resource).as_posix()

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

Expand All @@ -41,8 +37,6 @@
except ImportError:
pass

ctk.set_default_color_theme(_THEME_FILE)

# TODO Does this disable multiprocessing everywhere?
parallel_backend("threading")

Expand Down
155 changes: 0 additions & 155 deletions ms2rescore/package_data/ms2rescore-gui-theme.json

This file was deleted.

0 comments on commit a016ce3

Please sign in to comment.