Chromium Code Reviews| Index: samples/third_party/pop-pop-win/web/game_web.dart |
| diff --git a/samples/third_party/pop-pop-win/web/game_web.dart b/samples/third_party/pop-pop-win/web/game_web.dart |
| deleted file mode 100644 |
| index 2bf8820c3b808e2f22e8e572cb02ae1b70212317..0000000000000000000000000000000000000000 |
| --- a/samples/third_party/pop-pop-win/web/game_web.dart |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -library game_web; |
| - |
| -import 'platform_web.dart'; |
| -import 'game.dart'; |
| - |
| -void main() { |
| - startGame(new PlatformWeb()); |
| -} |