aboutsummaryrefslogtreecommitdiff
path: root/dep/src/g3dlite/Crypto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/src/g3dlite/Crypto.cpp')
-rw-r--r--dep/src/g3dlite/Crypto.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dep/src/g3dlite/Crypto.cpp b/dep/src/g3dlite/Crypto.cpp
index bff3a5a966c..03851193e57 100644
--- a/dep/src/g3dlite/Crypto.cpp
+++ b/dep/src/g3dlite/Crypto.cpp
@@ -3,7 +3,6 @@
@author Morgan McGuire, matrix@graphics3d.com
-
@created 2006-03-28
@edited 2006-04-06
*/
@@ -14,7 +13,6 @@
namespace G3D {
-
int Crypto::smallPrime(int n) {
debugAssert(n < numSmallPrimes() && n >= 0);
@@ -57,7 +55,6 @@ int Crypto::smallPrime(int n) {
return table[n];
}
-
int Crypto::numSmallPrimes() {
return 303;
}