Remove even more code and declarations

There's lots more stuff that can go.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-07 13:43:17 -07:00
parent f8ba3c7ab6
commit 054406b420
7 changed files with 3 additions and 114 deletions

View file

@ -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>