summaryrefslogtreecommitdiff
path: root/indra/llui/llclipboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llclipboard.cpp')
-rw-r--r--indra/llui/llclipboard.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llui/llclipboard.cpp b/indra/llui/llclipboard.cpp
index 75c197463c..cc5b219e6f 100644
--- a/indra/llui/llclipboard.cpp
+++ b/indra/llui/llclipboard.cpp
@@ -49,15 +49,9 @@ void LLClipboard::reset()
{
// Increment the clipboard count
mGeneration++;
- // Call the cleanup function (if any) before releasing the object list
- if (mCutMode && mCleanupCallback)
- {
- mCleanupCallback();
- }
// Clear the clipboard
mObjects.clear();
mCutMode = false;
- mCleanupCallback = NULL;
mString = LLWString();
}