diff --git a/cwPianoScore.cpp b/cwPianoScore.cpp
index 94418cc..009bb21 100644
--- a/cwPianoScore.cpp
+++ b/cwPianoScore.cpp
@@ -577,13 +577,13 @@ double  cw::score::locs_to_diff_seconds( handle_t h, unsigned loc0Id, unsigned l
 
   return e1->sec - e0->sec;  
 }
-*/
 
 const cw::score::event_t* cw::score::uid_to_event( handle_t h, unsigned uid )
 {
   //hscore_t* p  = _handleToPtr(h);
   return nullptr;
 }
+*/
 
 cw::rc_t  cw::score::event_to_string( handle_t h, unsigned uid, char* buf, unsigned buf_byte_cnt )
 {
diff --git a/cwPianoScore.h b/cwPianoScore.h
index 650c133..ed9b8e8 100644
--- a/cwPianoScore.h
+++ b/cwPianoScore.h
@@ -53,7 +53,7 @@ namespace cw
     double         locs_to_diff_seconds( handle_t h, unsigned loc0Id, unsigned loc1Id );
     */
     
-    const event_t* uid_to_event( handle_t h, unsigned uid );
+    //const event_t* uid_to_event( handle_t h, unsigned uid );
 
 
     // Format the event as a string for printing.