diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-22 03:08:28 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-22 03:08:28 -0400 |
| commit | e5ccf7a2a3288569eab210e9d29aeb9dd7964880 (patch) | |
| tree | 765cd7be4db2b42cff23db334615f18f7df36c4e /indra/llwindow/llwindow.h | |
| parent | fdf404c46165d4faa57678cc3b9ff6af4dda4a01 (diff) | |
Remove dead code for macos versions 10.6 and older
Diffstat (limited to 'indra/llwindow/llwindow.h')
| -rw-r--r-- | indra/llwindow/llwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h index 151028113a..d0fa16b26a 100644 --- a/indra/llwindow/llwindow.h +++ b/indra/llwindow/llwindow.h @@ -147,7 +147,6 @@ public: virtual void swapBuffers() = 0; virtual void bringToFront() = 0; virtual void focusClient() { }; // this may not have meaning or be required on other platforms, therefore, it's not abstract - virtual void setOldResize(bool oldresize) { }; // handy coordinate space conversion routines // NB: screen to window and vice verse won't work on width/height coordinate pairs, // as the conversion must take into account left AND right border widths, etc. |
