diff options
| author | callum_linden <none@none> | 2014-12-12 17:43:09 -0800 | 
|---|---|---|
| committer | callum_linden <none@none> | 2014-12-12 17:43:09 -0800 | 
| commit | c43b176584d0fe050ec985f4003471f7b5af4818 (patch) | |
| tree | 231c0e14c5399cd26be4a36e551efd85d1d731c1 | |
| parent | bbd6d8dc0e1604335f22c03c1d9add1510e6ce46 (diff) | |
Remove unneeded media plugin header file
| -rwxr-xr-x | indra/llplugin/llpluginclassmedia.cpp | 2 | 
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 ) | 
