mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
Kernel: Remove unused Alarm.h
This commit is contained in:
parent
a17fbd98e7
commit
3db9706e57
Notes:
sideshowbarker
2024-07-19 13:13:52 +09:00
Author: https://github.com/awesomekling
Commit: 3db9706e57
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
#pragma once
|
|
||||||
|
|
||||||
class Alarm {
|
|
||||||
public:
|
|
||||||
Alarm() {}
|
|
||||||
virtual ~Alarm() {}
|
|
||||||
|
|
||||||
virtual bool is_ringing() const = 0;
|
|
||||||
};
|
|
Loading…
Add table
Add a link
Reference in a new issue