diff --git a/content/post/project_mana/index.html b/content/post/project_mana/index.html
index d4a55ff7..283c2113 100644
--- a/content/post/project_mana/index.html
+++ b/content/post/project_mana/index.html
@@ -415,15 +415,6 @@ function animate() {
renderer.setAnimationLoop(animate);
-window.addEventListener('resize', function() {
- width = window.innerWidth
- height = window.innerHeight
- camera.aspect = width / height;
- camera.updateProjectionMatrix();
- renderer.setSize(width, height);
- init = true;
-});
-
orbit.addEventListener('change', function() {
init = true;
})