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/llwindowmacosx.h | |
| parent | fdf404c46165d4faa57678cc3b9ff6af4dda4a01 (diff) | |
Remove dead code for macos versions 10.6 and older
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
| -rw-r--r-- | indra/llwindow/llwindowmacosx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h index 7de1a40d93..110c5756d0 100644 --- a/indra/llwindow/llwindowmacosx.h +++ b/indra/llwindow/llwindowmacosx.h @@ -174,9 +174,6 @@ protected: bool shouldPostQuit() { return mPostQuit; } - //Satisfy MAINT-3135 and MAINT-3288 with a flag. - /*virtual */ void setOldResize(bool oldresize) override {setResizeMode(oldresize, mGLView); } - private: void restoreGLContext(); |
