Remove unused method

Nathan Sobo created

Change summary

gpui/src/platform/mac/window.rs | 6 ------
1 file changed, 6 deletions(-)

Detailed changes

gpui/src/platform/mac/window.rs 🔗

@@ -230,12 +230,6 @@ impl Window {
             Ok(window)
         }
     }
-
-    pub fn zoom(&self) {
-        unsafe {
-            self.0.as_ref().borrow().native_window.performZoom_(nil);
-        }
-    }
 }
 
 impl Drop for Window {