Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed May 6, 2024
1 parent df1a9c5 commit 0572e02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ bool Group::handleMouseEnter(GdkEventCrossing* const& e) {
return false;
}



bool Group::handleMouseLeave(GdkEventCrossing* const& e) {
box.unset_state_flags(Gtk::StateFlags::STATE_FLAG_PRELIGHT);
revealer.set_reveal_child(false);
Expand Down

0 comments on commit 0572e02

Please sign in to comment.