diff options
author | Richard Linden <none@none> | 2010-06-30 13:15:33 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-30 13:15:33 -0700 |
commit | 5d743c3c58b37dc6e9f261babfd5181906af752b (patch) | |
tree | b246ecd8814dc75fa86d50a6d4ca284dedb0d2f7 /indra/llui/llnotifications.h | |
parent | b6c0444ea006e890f70ee8c93c533b2c2943e25a (diff) |
EXT-8172 FIX notification of missing media plugins causes an infinite loop
reviewed by Nyx
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index c942a32512..8bfada0e71 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -400,8 +400,6 @@ private: void cancel(); - bool payloadContainsAll(const std::vector<std::string>& required_fields) const; - public: // constructor from a saved notification |