diff --git a/internal/c/libqb.cpp b/internal/c/libqb.cpp index 92d13093b..c0fb7bc22 100644 --- a/internal/c/libqb.cpp +++ b/internal/c/libqb.cpp @@ -11499,8 +11499,6 @@ int32 hexoct2uint64(qbs* h){ } -extern void SUB_VKUPDATE(); - //input method (complex, calls other qbs functions) const char *uint64_max[] = {"18446744073709551615"}; const char *int64_max[] = {"9223372036854775807"}; @@ -12192,10 +12190,6 @@ void qbs_input(int32 numvariables,uint8 newline){ Sleep(10); qbs_set(key,qbs_inkey()); - disableEvents=1;//we don't want the ON TIMER bound version of VKUPDATE to fire during a call to itself! - SUB_VKUPDATE(); - disableEvents=0; - } qbs_cleanup(qbs_tmp_base,0);