This reverts commit 3803fbfe20.
This commit is contained in:
@@ -96,10 +96,6 @@ struct Cookie
|
||||
{
|
||||
return strcmp(name, cookie->name) == 0;
|
||||
}
|
||||
static inline uint32_t hash(const detail::CharsAndLength &key)
|
||||
{
|
||||
return key.hash();
|
||||
}
|
||||
};
|
||||
|
||||
class CookieManager : public IClientListener, public IPluginsListener
|
||||
|
||||
@@ -77,10 +77,6 @@ struct topmenu_object_t
|
||||
{
|
||||
return strcmp(name, topmenu->name) == 0;
|
||||
}
|
||||
static inline uint32_t hash(const detail::CharsAndLength &key)
|
||||
{
|
||||
return key.hash();
|
||||
}
|
||||
};
|
||||
|
||||
struct topmenu_category_t
|
||||
|
||||
Reference in New Issue
Block a user