fix: lint

master
Alex 2024-04-25 00:16:15 +02:00
parent 9a3044a54f
commit 61ac7e4e10
1 changed files with 2 additions and 3 deletions

View File

@ -90,7 +90,6 @@ auto AModule::doAction(const std::string& name) -> void {
}
}
void AModule::setCursor(Gdk::CursorType c) {
auto cursor = Gdk::Cursor::create(Gdk::HAND2);
auto gdk_window = event_box_.get_window();