diff --git a/index.html b/index.html
index 8db4df7..2085adf 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
Skiing - Aaron Gutierrez
-
+
diff --git a/src/components/root.tsx b/src/components/root.tsx
index 5993db9..792e353 100644
--- a/src/components/root.tsx
+++ b/src/components/root.tsx
@@ -223,7 +223,4 @@ export class Root extends React.PureComponent {
return { gridHeights: newGridHeights };
});
};
-
- private _getPreviousGridHeights = (grid: number): number =>
- this.state.gridHeights.slice(0, grid).reduce((a, b) => a + b, 0);
}