From 4fc5bbd87e29ced6d5cfe86019d35f44b3d2e88a Mon Sep 17 00:00:00 2001 From: Bertrand Bellenot <bertrand.bellenot@cern.ch> Date: Thu, 26 Jan 2017 17:06:29 +0100 Subject: [PATCH] Remove confusing (and wrong) note --- core/base/inc/TQObject.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/base/inc/TQObject.h b/core/base/inc/TQObject.h index 349671aa4cb..34c673efc6a 100644 --- a/core/base/inc/TQObject.h +++ b/core/base/inc/TQObject.h @@ -98,9 +98,6 @@ public: /////////////////////////////////////////////////////////////////////////////// /// Emit a signal with a varying number of arguments. /// - /// Note: EmitVA(signal_name, const char*) is very different from - /// Emit(signal_name, const char*). EmitVA does not support argument lists. - /// template <typename... T> void EmitVA(const char *signal_name, Int_t /* nargs */, const T&... params) { // Activate signal with variable argument list. -- GitLab