Skip to content

Commit 4d81f63

Browse files
committed
wayland/shortcuts-inhibitor: lint cleanup
1 parent 6794dda commit 4d81f63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wayland/shortcuts_inhibit/proto.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ class ShortcutsInhibitor
5353
void activeChanged();
5454

5555
protected:
56-
// NOLINTBEGIN(readability-identifier-naming)
5756
void zwp_keyboard_shortcuts_inhibitor_v1_active() override;
5857
void zwp_keyboard_shortcuts_inhibitor_v1_inactive() override;
59-
// NOLINTEND(readability-identifier-naming)
6058

6159
private:
6260
wl_surface* mSurface;

0 commit comments

Comments
 (0)