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
@@ -146,7 +146,7 @@ public:
}
}
virtual void TclUpdate() {
void TclUpdate() {
while (Tcl_DoOneEvent(TCL_DONT_WAIT)) {}
i = Tcl_Eval(interp,"Binds::ProcessTime");
if (i != TCL_OK) {