summaryrefslogtreecommitdiff
path: root/src/include/Coords.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/Coords.h')
-rw-r--r--src/include/Coords.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/include/Coords.h b/src/include/Coords.h
deleted file mode 100644
index f117fa1d..00000000
--- a/src/include/Coords.h
+++ /dev/null
@@ -1,34 +0,0 @@
- /*@@
- @header Coord.h
- @date Mon April 12 1999
- @author Gabrielle Allen
- @desc
- Prototypes and constants for coordinate functions
- @enddesc
- @version $Header$
- @@*/
-
-#ifndef _COORD_H_
-#define _COORD_H_
-
-/* Prototypes */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-struct Coordprops
-{
- char * name;
- int index;
- int direction;
-};
-
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif