summaryrefslogtreecommitdiff
path: root/mtx.h
diff options
context:
space:
mode:
authorRichard Braun <syn@sceen.net>2006-01-26 12:25:34 +0000
committerRichard Braun <syn@sceen.net>2006-01-26 12:25:34 +0000
commit55ab9aaabeb13731cb7fa8bbb8be4b4a127a2c42 (patch)
tree33ff0ed2ba031a470655a3546da67828ada41c70 /mtx.h
parent2e3882b4cdc800dae7eae62c446f65ffcfbb477d (diff)
Use int * instead of char * for internal representation (not yet functional).
Diffstat (limited to 'mtx.h')
-rw-r--r--mtx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mtx.h b/mtx.h
index 33e7b50..dc9c895 100644
--- a/mtx.h
+++ b/mtx.h
@@ -21,8 +21,6 @@
#ifndef _MTX_H
#define _MTX_H
-#define MTX_POSITIVE 1
-#define MTX_NEGATIVE 2
#define MTX_DEFAULT_PRECISION 8
#endif /* _MTX_H */