summaryrefslogtreecommitdiff
path: root/indra/newview/lldirpicker.h
diff options
context:
space:
mode:
authorAiraYumi <aira.youme@airanyumi.net>2024-10-11 18:09:33 +0900
committerGitHub <noreply@github.com>2024-10-11 12:09:33 +0300
commita60b8039f5007a760569d6c12b3b39899a345a5f (patch)
tree79cb68b1067b9ae385b5f21a03041aed8c2669f5 /indra/newview/lldirpicker.h
parentdbed987d07b7f81b836c8356e25063ba71266f21 (diff)
Remove FLTK (#2832)
Diffstat (limited to 'indra/newview/lldirpicker.h')
-rw-r--r--indra/newview/lldirpicker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldirpicker.h b/indra/newview/lldirpicker.h
index 2ac3db7c2e..dc740caab2 100644
--- a/indra/newview/lldirpicker.h
+++ b/indra/newview/lldirpicker.h
@@ -77,10 +77,8 @@ private:
#if LL_LINUX || LL_DARWIN
// On Linux we just implement LLDirPicker on top of LLFilePicker
-#ifndef LL_FLTK
LLFilePicker *mFilePicker;
#endif
-#endif
std::string* mFileName;