mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
Clean some garbage from the code
This commit is contained in:
parent
fcec555cd0
commit
69aa5b6a09
@ -394,8 +394,8 @@ class RsMsgs
|
||||
{
|
||||
public:
|
||||
|
||||
RsMsgs() { return; }
|
||||
virtual ~RsMsgs() { return; }
|
||||
RsMsgs() {}
|
||||
virtual ~RsMsgs() {}
|
||||
|
||||
/****************************************/
|
||||
/* Message Items */
|
||||
|
Loading…
Reference in New Issue
Block a user