commit 9e5f4b8

Michael Forney  ·  2019-08-30 02:31:51 +0000 UTC
parent d2a3bd1
seat: Remove unused function prototype
1 files changed,  +0, -1
+0, -1
1@@ -34,6 +34,5 @@ struct swc_seat {
2 
3 bool seat_initialize(const char *seat_name);
4 void seat_finalize(void);
5-void seat_reopen_devices(void);
6 
7 #endif