mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-06 17:44:24 +03:00
3ff4846c1a
The cocoa frontend was directly acessing browser internals instead of using the API. In the case of gui.m there was a check for the browser window not being root (browser->parent != NULL) . As gui windows can only ever be associated with the root brower window (i.e. its parent will always be NULL) this was completely redundant.