mirror of
https://github.com/polybar/polybar.git
synced 2024-11-25 13:55:47 -05:00
fix(controller): Remove unused function
This commit is contained in:
parent
5c41e3d045
commit
23a7717120
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@ void interrupt_handler(int signum) {
|
|||
}
|
||||
}
|
||||
|
||||
void handler(int signum) {
|
||||
printf("atestin %i\n", signum);
|
||||
}
|
||||
|
||||
/**
|
||||
* Build controller instance
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue