diff options
Diffstat (limited to 'src/graph')
-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 ***/ /**********************************/ |