aboutsummaryrefslogtreecommitdiff
path: root/src/graph
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-09 18:06:23 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-09 18:06:23 +0000
commitb8b8c917eb3b8c911ff85c54180afd3fe30c2541 (patch)
treeef1154afd79a83373f15216363aa4ace08b37860 /src/graph
parenta4f2d884469f6d613cf1597e3dd1c91b39ca6ace (diff)
downloadopen-axiom-b8b8c917eb3b8c911ff85c54180afd3fe30c2541.tar.gz
* graph/view3D/header.h (swap): Remove.
Diffstat (limited to 'src/graph')
-rw-r--r--src/graph/view3D/header.h2
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 ***/
/**********************************/