Skip to content

Commit

Permalink
chore: remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamoca42 authored and gitbutler-client committed Sep 24, 2024
1 parent aec1c87 commit b27a7f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform_impl/linux/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ impl<T: 'static> EventLoop<T> {
| EventMask::SCROLL_MASK,
);

const TITLEBAR_HEIGHT: f64 = 30.0;
const LMB: u32 = 1;
// Wayland add Events
if is_wayland {
Expand Down

0 comments on commit b27a7f7

Please sign in to comment.