summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r--src/account-server/accounthandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index 79415bd7..46f202a3 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -88,9 +88,6 @@ static std::map< unsigned int, std::pair< double, double> > defAttr;
class AccountHandler : public ConnectionHandler
{
public:
- /**
- * Constructor.
- */
AccountHandler(const std::string &attrFile);
/**