diff options
| author | Fuwn <[email protected]> | 2022-05-26 14:48:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-26 14:48:54 -0700 |
| commit | d76c81d544fdbf9395770c4a6e8725b1a36a7b69 (patch) | |
| tree | 227c6f82f4f3b0ee1412e5358d3ba438d875ab5a | |
| parent | fix(platypus): remove pre-rand (diff) | |
| download | wk7_platypusproject-d76c81d544fdbf9395770c4a6e8725b1a36a7b69.tar.xz wk7_platypusproject-d76c81d544fdbf9395770c4a6e8725b1a36a7b69.zip | |
format(platypus.cpp): remove obscure attribution
| -rw-r--r-- | platypus/platypus.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platypus/platypus.cpp b/platypus/platypus.cpp index b5f9270..0ea2083 100644 --- a/platypus/platypus.cpp +++ b/platypus/platypus.cpp @@ -16,7 +16,6 @@ Platypus::Platypus() { name = " "; gender = " "; - // Zoltan srand(static_cast<unsigned int>(time(nullptr))); } |