aboutsummaryrefslogtreecommitdiff
path: root/src/i_common.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-02-22 10:17:40 -0600
committerame <[email protected]>2024-02-22 10:17:40 -0600
commit867a86a9ab31c0652a46759443fc98a49f91c8dd (patch)
treef252e0c821a3c2cce56dd3180ea1c70fccd48d5a /src/i_common.h
parent83f9dca38af329d214c7d6dd2819ec2c6621d679 (diff)
cleaning and switch to parray_t
Diffstat (limited to 'src/i_common.h')
-rw-r--r--src/i_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i_common.h b/src/i_common.h
deleted file mode 100644
index 66dc56a..0000000
--- a/src/i_common.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define i_swap(A,B) double temp = A; A = B; B = temp;
-