mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
removed unused old file
This commit is contained in:
parent
6d0293cc45
commit
4bdfc6e74e
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
#ifndef RSGXSITEM_H
|
|
||||||
#define RSGXSITEM_H
|
|
||||||
|
|
||||||
#include "serialiser/rsserviceids.h"
|
|
||||||
#include "serialiser/rsserial.h"
|
|
||||||
#include "serialiser/rstlvbase.h"
|
|
||||||
#include "serialiser/rstlvtypes.h"
|
|
||||||
#include "serialiser/rstlvkeys.h"
|
|
||||||
|
|
||||||
|
|
||||||
class RsGxsGrpItem : RsItem
|
|
||||||
{
|
|
||||||
|
|
||||||
RsGxsItem() : RsItem(0) { return; }
|
|
||||||
virtual ~RsGxsItem();
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class RsGxsMsgItem : RsItem
|
|
||||||
{
|
|
||||||
|
|
||||||
RsGxsItem() : RsItem(0) { return; }
|
|
||||||
virtual ~RsGxsItem();
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // RSGXSITEM_H
|
|
Loading…
Add table
Add a link
Reference in a new issue