diff options
author | Aleric Inglewood | 2010-10-29 15:51:10 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-11-02 16:49:48 -0700 |
commit | 1fd8a0bf47b7131f7ffbcd96ab0c7ec32a56d3ab (patch) | |
tree | 001ae208f64f2b0e2fd06d2a810cb4fabb650192 /linden/indra | |
parent | RED-595 was renamed to IMP-595 (diff) | |
download | meta-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-x | linden/indra/media_plugins/webkit/media_plugin_webkit.cpp | 8 |
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 ); |