mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
Clean some garbage from the code
This commit is contained in:
parent
fcec555cd0
commit
69aa5b6a09
1 changed files with 3 additions and 3 deletions
|
@ -394,8 +394,8 @@ class RsMsgs
|
|||
{
|
||||
public:
|
||||
|
||||
RsMsgs() { return; }
|
||||
virtual ~RsMsgs() { return; }
|
||||
RsMsgs() {}
|
||||
virtual ~RsMsgs() {}
|
||||
|
||||
/****************************************/
|
||||
/* Message Items */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue