summaryrefslogtreecommitdiff
path: root/indra/newview/lllocalbitmaps.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-08-31 00:18:51 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-08-31 00:18:51 +0300
commitfbccc0986d6487c4490edee6e5793fcaeaf3415b (patch)
treefb86578827290fabc6be0c919f99ad8d5bc4e7b6 /indra/newview/lllocalbitmaps.h
parent2158162b50673afd7b93822823ce1f2be78e2842 (diff)
SL-17653 Clean up unneeded filepicker dependency.
Diffstat (limited to 'indra/newview/lllocalbitmaps.h')
-rw-r--r--indra/newview/lllocalbitmaps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllocalbitmaps.h b/indra/newview/lllocalbitmaps.h
index 362d47142d..2bc216708a 100644
--- a/indra/newview/lllocalbitmaps.h
+++ b/indra/newview/lllocalbitmaps.h
@@ -115,7 +115,6 @@ class LLLocalBitmapMgr : public LLSingleton<LLLocalBitmapMgr>
LLSINGLETON(LLLocalBitmapMgr);
~LLLocalBitmapMgr();
public:
- bool addUnit();
bool addUnit(const std::vector<std::string>& filenames);
bool addUnit(const std::string& filename);
void delUnit(LLUUID tracking_id);