Skip to content

Commit

Permalink
moonstone: Remove plugin
Browse files Browse the repository at this point in the history
This interface plugin has always been experimental and was never enabled
by default. Since there was no active development over the years, drop it.

See also: https://github.com/orgs/audacious-media-player/discussions/1550
  • Loading branch information
radioactiveman committed Jan 25, 2025
1 parent cdf835b commit 0f726d9
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 3,466 deletions.
5 changes: 0 additions & 5 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,3 @@ option('gl-spectrum', type: 'boolean', value: true,
description: 'Whether the OpenGL spectrum visualization plugin is enabled')
option('vumeter', type: 'boolean', value: true,
description: 'Whether the VU Meter visualization plugin is enabled')


# interface plugins
option('moonstone', type: 'boolean', value: false,
description: 'Whether the Moonstone UI plugin is enabled')
4 changes: 0 additions & 4 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ if conf.has('USE_QT')
subdir('qthotkey')
endif

if get_option('moonstone')
subdir('moonstone')
endif

if get_option('qtaudio')
subdir('qtaudio')
endif
Expand Down
23 changes: 0 additions & 23 deletions src/moonstone/Makefile

This file was deleted.

351 changes: 0 additions & 351 deletions src/moonstone/info_bar.cc

This file was deleted.

Loading

0 comments on commit 0f726d9

Please sign in to comment.