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

@ -394,8 +394,8 @@ class RsMsgs
{
public:
RsMsgs() { return; }
virtual ~RsMsgs() { return; }
RsMsgs() {}
virtual ~RsMsgs() {}
/****************************************/
/* Message Items */