diff options
| author | Joel Klinghed <the_jk@opera.com> | 2026-05-29 11:22:59 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2026-05-29 11:22:59 +0200 |
| commit | a6ac90c83edbade279cccfdb6d8ca02d8e5a60b8 (patch) | |
| tree | 02812431b6aa823863fd393439688fdcd1a4d76a /src/blissful_monitor.cc | |
| parent | 9d1bbc93bb4a49ae73ae39ef323e2e18f303f0d9 (diff) | |
Use more effective lookup
Diffstat (limited to 'src/blissful_monitor.cc')
| -rw-r--r-- | src/blissful_monitor.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/blissful_monitor.cc b/src/blissful_monitor.cc index 8addc45..8824425 100644 --- a/src/blissful_monitor.cc +++ b/src/blissful_monitor.cc @@ -44,12 +44,6 @@ public: size_t machines() const override { return monitor_->machines(); } - uint32_t id(size_t index) const override { - return monitor_->id(index); - } - Machine machine_at(size_t index) const override { - return monitor_->machine_at(index); - } Machine machine(uint32_t id) const override { return monitor_->machine(id); } |
