modules: cleanup superfluous virtual keywords

These methods are not overriding anything or being overridden anywhere.
This commit is contained in:
J-P Nurmi
2014-11-05 07:57:39 +01:00
parent f9318d02cf
commit e00e80a75a
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ public:
PutModule(" -- End of List");
}
virtual void RunJob()
void RunJob()
{
CIRCNetwork* pNetwork = GetNetwork();
if (!pNetwork->GetIRCSock())