From b9a3aba00458b8fe110b9b8723f34c43748c94f2 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 7 Jun 2010 10:17:13 +0300 Subject: [PATCH] remove obsolete function prototypes. --- ext/v8/v8_str.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/v8/v8_str.h b/ext/v8/v8_str.h index b56a0cb..017333f 100644 --- a/ext/v8/v8_str.h +++ b/ext/v8/v8_str.h @@ -5,7 +5,5 @@ void rr_init_str(); -VALUE v8_str_new(VALUE clazz, VALUE str); -VALUE v8_str_to_s(VALUE self); VALUE rr_reflect_v8_string(v8::Handle value); #endif \ No newline at end of file