Clean some garbage from the code

This commit is contained in:
Gioacchino Mazzurco 2017-07-13 13:00:32 +02:00
parent fcec555cd0
commit 69aa5b6a09

View File

@ -392,10 +392,10 @@ extern RsMsgs *rsMsgs;
class RsMsgs
{
public:
public:
RsMsgs() { return; }
virtual ~RsMsgs() { return; }
RsMsgs() {}
virtual ~RsMsgs() {}
/****************************************/
/* Message Items */