Skip to content

Commit

Permalink
Remove unused session module
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Jan 30, 2023
1 parent 82e910c commit b2d1a38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/proxy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub mod collection;
pub mod item;
pub mod prompt;
pub mod service;
pub mod session;

use serde::{Deserialize, Serialize};
use zbus::zvariant::{OwnedObjectPath, Type};
Expand Down
20 changes: 0 additions & 20 deletions src/proxy/session.rs

This file was deleted.

0 comments on commit b2d1a38

Please sign in to comment.