# HG changeset patch # User John W. Eaton # Date 1410987161 14400 # Node ID 09f5f95e5fcc98c3099d7e01c01920f69a710a47 # Parent 2401977f4dcf77ee07827eede389eec5e92d1164 remove unused octave_link function * octave-link.h (octave_link::post_event): Delete unused two argument template version. diff --git a/libinterp/corefcn/octave-link.h b/libinterp/corefcn/octave-link.h --- a/libinterp/corefcn/octave-link.h +++ b/libinterp/corefcn/octave-link.h @@ -110,14 +110,6 @@ instance->do_post_event (obj, method, arg); } - template - static void post_event (T *obj, void (T::*method) (const A&, const B&), - const A& arg_a, const B& arg_b) - { - if (enabled ()) - instance->do_post_event (obj, method, arg_a, arg_b); - } - static void entered_readline_hook (void) { if (enabled ())