all: remove control center in its entirety
This commit is contained in:
parent
1dfd6169f8
commit
769d12a525
97 changed files with 59 additions and 10580 deletions
|
|
@ -2,7 +2,6 @@ mod clients;
|
|||
mod color;
|
||||
mod color_management;
|
||||
mod config;
|
||||
mod control_center;
|
||||
mod damage_tracking;
|
||||
mod duration;
|
||||
mod generate;
|
||||
|
|
@ -112,8 +111,6 @@ pub enum Cmd {
|
|||
Clients(ClientsArgs),
|
||||
/// Inspect the surface tree.
|
||||
Tree(TreeArgs),
|
||||
/// Opens the control center.
|
||||
ControlCenter,
|
||||
/// Prints the Jay version and exits.
|
||||
Version,
|
||||
/// Prints the Jay PID and exits.
|
||||
|
|
@ -270,7 +267,6 @@ pub fn main() {
|
|||
#[cfg(feature = "it")]
|
||||
Cmd::RunTests => crate::it::run_tests(),
|
||||
Cmd::Reexec(a) => reexec::main(cli.global, a),
|
||||
Cmd::ControlCenter => control_center::main(cli.global),
|
||||
Cmd::Config(a) => config::main(cli.global, a),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue