diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-28 21:34:53 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-28 15:31:48 -0800 |
commit | 65267599f7139c2d5a47ca17f998f6d63cb1305c (patch) | |
tree | 67ab3b06d2e013d84b83cd8bb2c239515713eb59 /core/libdivecomputer.h | |
parent | 91ff7b68f0e3f4b3889929def2d96b8f6c931b3e (diff) | |
download | subsurface-65267599f7139c2d5a47ca17f998f6d63cb1305c.tar.gz |
Cleanup: remove outdated comment in libdivecomputer.h
The comment was mentioning a "progressbar_t", which doesn't exist
anymore.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index 24c501c2a..25c968afc 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -24,8 +24,6 @@ extern "C" { #endif -/* don't forget to include the UI toolkit specific display-XXX.h first - to get the definition of progressbar_t */ typedef struct dc_user_device_t { dc_descriptor_t *descriptor; |