mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 23:36:30 +00:00
Cleanup.
This commit is contained in:
parent
1d53f3cf0b
commit
f9b02c3cb9
@ -3,16 +3,6 @@
|
||||
#include "win32/Win32Defs.h"
|
||||
#endif
|
||||
|
||||
CMailBox::CMailBox()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CMailBox::~CMailBox()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CMailBox::IsPending() const
|
||||
{
|
||||
return m_calls.size() != 0;
|
||||
|
@ -8,8 +8,7 @@
|
||||
class CMailBox
|
||||
{
|
||||
public:
|
||||
CMailBox();
|
||||
virtual ~CMailBox();
|
||||
virtual ~CMailBox() = default;
|
||||
|
||||
typedef std::function<void ()> FunctionType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user