OSDN Git Service

remove unuse function decleration.
authorornse01 <ornse01@users.sourceforge.jp>
Sat, 5 May 2012 12:49:31 +0000 (12:49 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Sat, 5 May 2012 12:49:31 +0000 (12:49 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@474 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/tools/hmi_generator.rb

index 35e848a..2b70ba4 100644 (file)
@@ -330,7 +330,6 @@ typedef struct <%= window_name %>_eventdata_<%= self.name() %>_keymenu_t_ <%= wi
     script = <<-EOS
 IMPORT W <%= window_name %>_set<%= self.name() %>text(<%= window_name %>_t *window, TC *str, W len);
 IMPORT W <%= window_name %>_get<%= self.name() %>text(<%= window_name %>_t *window, TC *str, W len);
-IMPORT W <%= window_name %>_end<%= self.name() %>action(<%= window_name %>_t *window);
     EOS
 
     erb = ERB.new(script, nil, '-');