summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.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/llfilepicker.h
parentdbed987d07b7f81b836c8356e25063ba71266f21 (diff)
Remove FLTK (#2832)
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r--indra/newview/llfilepicker.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h
index e0bd32fe70..4d71a3b392 100644
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -174,14 +174,6 @@ private:
void *userdata);
#endif
-#if LL_FLTK
- enum EType
- {
- eSaveFile, eOpenFile, eOpenMultiple
- };
- bool openFileDialog( int32_t filter, bool blocking, EType aType );
-#endif
-
std::vector<std::string> mFiles;
S32 mCurrentFile;
bool mLocked;