Skip to content

Commit

Permalink
Remove dead 'white_draughts_man' code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgould committed Aug 17, 2012
1 parent 1da59b9 commit d7dc466
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.js
Expand Up @@ -113,9 +113,6 @@ serve_dir = function(req, res) {
res.sendfile(__dirname + req.originalUrl);
}

app.get('/white_draughts_man.png', function(req, res) {
sendfile(__dirname + '/white_draughts_man.png');
});
app.get('/board.css', function(req, res) {
sendfile(__dirname + '/board.css');
});
Expand Down
Binary file removed white_draughts_man.png
Binary file not shown.

0 comments on commit d7dc466

Please sign in to comment.