changeset 19128:09f5f95e5fcc

remove unused octave_link function * octave-link.h (octave_link::post_event): Delete unused two argument template version.
author John W. Eaton <jwe@octave.org>
date Wed, 17 Sep 2014 16:52:41 -0400
parents 2401977f4dcf
children 4cf81bccaf1c
files libinterp/corefcn/octave-link.h
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/octave-link.h	Wed Sep 17 16:36:41 2014 -0400
+++ b/libinterp/corefcn/octave-link.h	Wed Sep 17 16:52:41 2014 -0400
@@ -110,14 +110,6 @@
       instance->do_post_event (obj, method, arg);
   }
 
-  template <class T, class A, class B>
-  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 ())