Skip to content

Commit

Permalink
Remove mark_grid_at function
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Aug 8, 2019
1 parent 26fb101 commit 47a96a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tic_tac_toe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ function get_turn()
end
end

function mark_grid_at(x, y)
end

while true do
draw_board()

Expand Down

0 comments on commit 47a96a9

Please sign in to comment.