Skip to content

Commit

Permalink
Removed unused Cell class from .cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bollos00 committed Dec 12, 2020
1 parent b73a79d commit 1709a2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@

#include <cmath>

Cell::Cell():
state(ZERO),
button(nullptr),
label(nullptr),
isHidden(true),
hasFlag(false)
{

}

Vector2Dshort::Vector2Dshort():
x( 0 ),
y( 0 )
Expand Down

0 comments on commit 1709a2d

Please sign in to comment.