mirror of
https://github.com/znc/znc.git
synced 2026-06-22 11:04:59 +02:00
modules: cleanup superfluous virtual keywords
These methods are not overriding anything or being overridden anywhere.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user