commit 9e5f4b87563e7d5ad1a25cf838342a04ae71d679 parent d2a3bd123a68bee525f2b8bfbab74868d456101b Author: Michael Forney <mforney@mforney.org> Date: Thu, 29 Aug 2019 19:31:51 -0700 seat: Remove unused function prototype Diffstat:
M | libswc/seat.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/libswc/seat.h b/libswc/seat.h @@ -34,6 +34,5 @@ struct swc_seat { bool seat_initialize(const char *seat_name); void seat_finalize(void); -void seat_reopen_devices(void); #endif