git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f35d2
)
У класі USER видалено пустий метод RemoveMessage
author
Maxim Mamontov
<faust.madf@gmail.com>
Sat, 18 Dec 2010 14:12:55 +0000
(16:12 +0200)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sat, 18 Dec 2010 14:12:55 +0000
(16:12 +0200)
projects/stargazer/user.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/user.h
b/projects/stargazer/user.h
index 3631d900be65b46ac89346e10094e1402e093c4c..8e33846329949c346e40465a3a9ac37392bb2200 100644
(file)
--- a/
projects/stargazer/user.h
+++ b/
projects/stargazer/user.h
@@
-203,7
+203,6
@@
private:
int SaveMonthStat(int month, int year);
int SendMessage(const STG_MSG & msg);
- int RemoveMessage(uint64_t) { return 0; }
int ScanMessage();
time_t lastScanMessages;