diff --git a/nano/templates/slotmachine.tmpl b/nano/templates/slotmachine.tmpl
deleted file mode 100644
index bf84e9969ae..00000000000
--- a/nano/templates/slotmachine.tmpl
+++ /dev/null
@@ -1,34 +0,0 @@
-
-{{if data.money != null}}
-
- {{:data.plays}} players have tried their luck today!
-
-
-
Credits Remaining:
- {{:helper.string("
{1}
", data.money >= 10 ? "" : "bad", helper.smoothRound(data.money))}}
-
-
-
- Ten credits to play!
-
-
- {{:helper.link('SPIN!', 'refresh', {'ops' : 1}, data.money >= 10 && !data.working ? null : 'disabled')}}
-
-
- {{if data.result}}
-
- {{:data.result}}
-
- {{/if}}
- {{if data.working}}
- Spinning!
- {{/if}}
-{{else}}
-
- Could not scan your card or could not find account!
- Please wear or hold your ID and try again.
-
-{{/if}}