aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorAleric Inglewood2010-10-29 15:51:10 +0200
committerMcCabe Maxsted2010-11-02 16:49:48 -0700
commit1fd8a0bf47b7131f7ffbcd96ab0c7ec32a56d3ab (patch)
tree001ae208f64f2b0e2fd06d2a810cb4fabb650192 /linden/indra
parentRED-595 was renamed to IMP-595 (diff)
downloadmeta-impy-1fd8a0bf47b7131f7ffbcd96ab0c7ec32a56d3ab.zip
meta-impy-1fd8a0bf47b7131f7ffbcd96ab0c7ec32a56d3ab.tar.gz
meta-impy-1fd8a0bf47b7131f7ffbcd96ab0c7ec32a56d3ab.tar.bz2
meta-impy-1fd8a0bf47b7131f7ffbcd96ab0c7ec32a56d3ab.tar.xz
Delete piece of code that is redundant.
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/media_plugins/webkit/media_plugin_webkit.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp b/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp
index 0fb64bb..767090c 100755
--- a/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp
+++ b/linden/indra/media_plugins/webkit/media_plugin_webkit.cpp
@@ -337,14 +337,6 @@ private:
337 // append details to agent string 337 // append details to agent string
338 LLQtWebKit::getInstance()->setBrowserAgentId( mUserAgent ); 338 LLQtWebKit::getInstance()->setBrowserAgentId( mUserAgent );
339 339
340#if 0 // FIXME (webkit_plugins): this doesn't compile with latest version of llqtwebkit
341 // error: ‘class LLQtWebKit’ has no member named ‘setWindowOpenBehavior’
342 // error: ‘WOB_SIMULATE_BLANK_HREF_CLICK’ is not a member of ‘LLQtWebKit’
343
344 // Set up window open behavior
345 LLQtWebKit::getInstance()->setWindowOpenBehavior(mBrowserWindowId, LLQtWebKit::WOB_SIMULATE_BLANK_HREF_CLICK);
346#endif
347
348#if !LL_QTWEBKIT_USES_PIXMAPS 340#if !LL_QTWEBKIT_USES_PIXMAPS
349 // don't flip bitmap 341 // don't flip bitmap
350 LLQtWebKit::getInstance()->flipWindow( mBrowserWindowId, true ); 342 LLQtWebKit::getInstance()->flipWindow( mBrowserWindowId, true );