1
0
Fork 0
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:
Michael Carlberg 2017-04-05 21:20:09 +02:00
parent 5c41e3d045
commit 23a7717120

View file

@ -35,10 +35,6 @@ void interrupt_handler(int signum) {
}
}
void handler(int signum) {
printf("atestin %i\n", signum);
}
/**
* Build controller instance
*/