Skip to content

Commit

Permalink
super() is useless here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvergar committed Jun 7, 2016
1 parent d7fef5c commit 9102ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class Main
{
public function new()
{
super();
var pyxelMap = new PyxelMapImporter(sys.io.File.getContent("map.xml"));
var background = pyxelMap.getDatasFromLayer("background");
var backgroundArray = pyxelMap.getLayerArray(background);
Expand Down

0 comments on commit 9102ec8

Please sign in to comment.