diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-12-13 19:54:46 +0100 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-12-13 19:54:46 +0100 |
commit | 03a34f2de89648e8b30afcce27ac17f56f12bae0 (patch) | |
tree | 966196f4dcd2f6434ef339990dec3df6e1553f32 /src/surface.h | |
parent | 2f606b50fb216a31df7e6717aae733970ba3e650 (diff) | |
download | wlclock-03a34f2de89648e8b30afcce27ac17f56f12bae0.tar.gz wlclock-03a34f2de89648e8b30afcce27ac17f56f12bae0.tar.bz2 |
Minor code cleanup
Diffstat (limited to 'src/surface.h')
-rw-r--r-- | src/surface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/surface.h b/src/surface.h index 50e29b8..cf4ebc5 100644 --- a/src/surface.h +++ b/src/surface.h @@ -29,6 +29,5 @@ struct Wlclock_surface bool create_surface (struct Wlclock_output *output); void destroy_surface (struct Wlclock_surface *surface); -void update_all_hands (void); #endif |