summaryrefslogtreecommitdiff
path: root/indra/media_plugins/cef
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2017-04-19 15:59:29 -0700
committerCallum Prentice <callum@gmail.com>2017-04-19 15:59:29 -0700
commitc49eeb9a6202c5c38338ef229851bd84901ee24c (patch)
treec5a7cf752859c4beb58333216662c7fc6c02d0ce /indra/media_plugins/cef
parent28824e68fffb26da21aa68bf711ee57de686d88b (diff)
Add back the missing pieces and updated code for the example plugin. It was useful during testing SLPlugin changes. Not shipped with release versions of viewer
Diffstat (limited to 'indra/media_plugins/cef')
-rw-r--r--indra/media_plugins/cef/media_plugin_cef.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp
index a2f7626e81..69717be91f 100644
--- a/indra/media_plugins/cef/media_plugin_cef.cpp
+++ b/indra/media_plugins/cef/media_plugin_cef.cpp
@@ -210,7 +210,6 @@ void MediaPluginCEF::onRequestExitCallback()
sendMessage(message);
mDeleteMe = true;
- //mCEFLib->shutdown();
}
////////////////////////////////////////////////////////////////////////////////