diff options
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rw-r--r-- | indra/llrender/llimagegl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h index 491fbb586a..cbfa3c2202 100644 --- a/indra/llrender/llimagegl.h +++ b/indra/llrender/llimagegl.h @@ -196,14 +196,4 @@ public: #endif }; -//RN: maybe this needs to moved elsewhere? -class LLImageProviderInterface -{ -public: - LLImageProviderInterface() {}; - virtual ~LLImageProviderInterface() {}; - - virtual LLImageGL* getUIImageByID(const LLUUID& id, BOOL clamped = TRUE) = 0; -}; - #endif // LL_LLIMAGEGL_H |