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
|
@ -392,10 +392,10 @@ extern RsMsgs *rsMsgs;
|
||||||
|
|
||||||
class RsMsgs
|
class RsMsgs
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
RsMsgs() { return; }
|
RsMsgs() {}
|
||||||
virtual ~RsMsgs() { return; }
|
virtual ~RsMsgs() {}
|
||||||
|
|
||||||
/****************************************/
|
/****************************************/
|
||||||
/* Message Items */
|
/* Message Items */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue