mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
Clean some garbage from the code
This commit is contained in:
parent
fcec555cd0
commit
69aa5b6a09
@ -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…
Reference in New Issue
Block a user