diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-10-05 21:18:02 +0200 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-10-05 21:18:55 +0200 |
commit | c1b4c23806582da93d352779cf25d54549f0a9e8 (patch) | |
tree | 638526516fe51e975d49b0c228fd2cea87121df3 /src/surface.h | |
parent | 47c9525667713a3eb123b005ffb7c8e1fdc86c1a (diff) | |
download | wlclock-c1b4c23806582da93d352779cf25d54549f0a9e8.tar.gz wlclock-c1b4c23806582da93d352779cf25d54549f0a9e8.tar.bz2 |
Remove unused surface functions
Diffstat (limited to '')
-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 |