diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 13:43:17 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 13:43:17 -0700 |
commit | 054406b420c7a4bbabbe839f25966fa121adfb5f (patch) | |
tree | 963cfce87ca794809c32176629ca4b731843c850 /equipment.c | |
parent | f8ba3c7ab6f1f67338fdf48ac92b5dfa76120264 (diff) | |
download | subsurface-054406b420c7a4bbabbe839f25966fa121adfb5f.tar.gz |
Remove even more code and declarations
There's lots more stuff that can go.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r-- | equipment.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/equipment.c b/equipment.c index 9d6ab40f9..8d113ed2b 100644 --- a/equipment.c +++ b/equipment.c @@ -1,12 +1,4 @@ /* equipment.c */ -/* creates the UI for the equipment page - - * controlled through the following interfaces: - * - * void show_dive_equipment(struct dive *dive, int w_idx) - * - * called from gtk-ui: - * GtkWidget *equipment_widget(int w_idx) - */ #include <stdio.h> #include <string.h> #include <stdlib.h> |