diff libinterp/dldfcn/__player_audioplayer__.cc @ 19512:81e7bfb2e872

build __player_audioplayer__ * __player_audioplayer__.cc: removed a duplicate version of __player_get_id__ * module-files: added lines to build __player_audioplayer__.cc
author Vytautas Jančauskas <unaudio@gmail.com>
date Thu, 12 Sep 2013 01:08:38 +0300
parents ec76e10c28de
children b8ea3ff8f5fd
line wrap: on
line diff
--- a/libinterp/dldfcn/__player_audioplayer__.cc	Wed Sep 11 22:46:02 2013 +0300
+++ b/libinterp/dldfcn/__player_audioplayer__.cc	Thu Sep 12 01:08:38 2013 +0300
@@ -56,22 +56,6 @@
   return retval;
 }
    
-DEFUN_DLD(__player_get_id__, args, ,
-"__player_get_id__"
-)
-{
-  octave_value retval;
-  int nargin = args.length ();
-  if (nargin == 1)
-    {
-      audioplayer* player = 0;
-      const octave_base_value& rep = args (0).get_rep ();
-      player = &((audioplayer &)rep);
-      retval = octave_value(player->get_id());
-    }
-  return retval;
-}
-   
 DEFUN_DLD(__player_get_fs__, args, ,
 "__player_get_fs__"
 )