mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 17:13:58 -05:00
continue cleanign the old token system
This commit is contained in:
parent
43fb720a98
commit
82f981c9db
6 changed files with 2 additions and 65 deletions
|
|
@ -56,8 +56,6 @@
|
|||
* #define DEBUG_CHANNEL
|
||||
***/
|
||||
|
||||
//static const int mTokenTypeGroupData = 1;
|
||||
|
||||
static const int CHANNEL_TABS_DETAILS= 0;
|
||||
static const int CHANNEL_TABS_POSTS = 1;
|
||||
static const int CHANNEL_TABS_FILES = 2;
|
||||
|
|
@ -1430,12 +1428,10 @@ public:
|
|||
explicit GxsChannelPostsReadData(bool read)
|
||||
{
|
||||
mRead = read;
|
||||
mLastToken = 0;
|
||||
}
|
||||
|
||||
public:
|
||||
bool mRead;
|
||||
uint32_t mLastToken;
|
||||
};
|
||||
|
||||
void GxsChannelPostsWidgetWithModel::setAllMessagesReadDo(bool read)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue