diff options
Diffstat (limited to 'src/surface.h')
-rw-r--r-- | src/surface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/surface.h b/src/surface.h index d2dcb25..9d36f69 100644 --- a/src/surface.h +++ b/src/surface.h @@ -30,9 +30,7 @@ struct Wlclock_surface bool create_surface (struct Wlclock_output *output); void destroy_surface (struct Wlclock_surface *surface); -void destroy_all_surfaces (struct Wlclock *clock); void update_surface (struct Wlclock_surface *surface); -void update_all_surfaces (struct Wlclock *clock); void update_all_hands (struct Wlclock *clock); #endif |