Remove useless warning

This commit is contained in:
Rémi Oudin 2018-02-13 12:39:46 +01:00
parent 8746f6bf6a
commit 2b1e9d192a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
using namespace std;
int main(int argc, char** argv) {
int main() {
int i;
Point center(0,10,0);
Ball ball(center, 0, 0.25, 0, 1, 1);