diff options
author | dos-reis <gdr@axiomatics.org> | 2011-06-09 18:06:23 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-06-09 18:06:23 +0000 |
commit | b8b8c917eb3b8c911ff85c54180afd3fe30c2541 (patch) | |
tree | ef1154afd79a83373f15216363aa4ace08b37860 /src/graph/view3D | |
parent | a4f2d884469f6d613cf1597e3dd1c91b39ca6ace (diff) | |
download | open-axiom-b8b8c917eb3b8c911ff85c54180afd3fe30c2541.tar.gz |
* graph/view3D/header.h (swap): Remove.
Diffstat (limited to 'src/graph/view3D')
-rw-r--r-- | src/graph/view3D/header.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graph/view3D/header.h b/src/graph/view3D/header.h index aa6e27ec..ed4b5c45 100644 --- a/src/graph/view3D/header.h +++ b/src/graph/view3D/header.h @@ -53,8 +53,6 @@ #include "override.h" #include "G.h" /* Gdraw functions header file */ -#define swap(a,b) {a^=b; b^=a; a^=b;} - /**********************************/ /*** axes stuff ***/ /**********************************/ |