Add header and remove new unnecessary 'ignore' button handling due to 'ignore' checkbox now working for notify toasts.

This commit is contained in:
Shyotl
2018-02-08 01:31:00 -06:00
parent 2dc46964b4
commit 24a05a2ebe
2 changed files with 6 additions and 8 deletions

View File

@@ -43,14 +43,6 @@ public:
}
if (option == 1) // Later
{}
else if (option == 2) // Ignore
{
LLNotificationPtr notifyptr = LLNotificationsUtil::find(notification["id"]);
if (notifyptr)
{
notifyptr->setIgnored(true);
}
}
}
/*virtual*/ void completedRaw(LLChannelDescriptors const& channels, buffer_ptr_t const& buffer)
{

View File

@@ -0,0 +1,6 @@
#ifndef SH_SHUPDATECHECKER_H
#define SH_SHUPDATECHECKER_H
void check_for_updates();
#endif //SH_SHUPDATECHECKER_H