summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-12-12 17:43:09 -0800
committercallum_linden <none@none>2014-12-12 17:43:09 -0800
commitc43b176584d0fe050ec985f4003471f7b5af4818 (patch)
tree231c0e14c5399cd26be4a36e551efd85d1d731c1 /indra/llplugin
parentbbd6d8dc0e1604335f22c03c1d9add1510e6ce46 (diff)
Remove unneeded media plugin header file
Diffstat (limited to 'indra/llplugin')
-rwxr-xr-xindra/llplugin/llpluginclassmedia.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index 0644d2638c..52626b0302 100755
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -32,8 +32,6 @@
#include "llpluginclassmedia.h"
#include "llpluginmessageclasses.h"
-#include "llqtwebkit.h"
-
static int LOW_PRIORITY_TEXTURE_SIZE_DEFAULT = 256;
static int nextPowerOf2( int value )