mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
namespace cleanup
This commit is contained in:
parent
92870cab2a
commit
decc5bcd68
@ -106,8 +106,6 @@ void JACK::shutdown() {
|
||||
|
||||
} // namespace waybar::modules
|
||||
|
||||
namespace {
|
||||
|
||||
int bufSizeCallback(unsigned int size, void *obj) {
|
||||
return static_cast<waybar::modules::JACK *>(obj)->bufSize(size);
|
||||
}
|
||||
@ -116,4 +114,3 @@ int xrunCallback(void *obj) { return static_cast<waybar::modules::JACK *>(obj)->
|
||||
|
||||
void shutdownCallback(void *obj) { return static_cast<waybar::modules::JACK *>(obj)->shutdown(); }
|
||||
|
||||
} // namespace
|
||||
|
Loading…
Reference in New Issue
Block a user