Show
Ignore:
Timestamp:
03/01/10 02:34:52 (3 years ago)
Author:
blogic
Message:

cleanup widgets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci2/cbi2/widgets/package.c

    r5705 r5709  
    11#include "../cbi.h" 
    2  
    3 int package_init(struct cbi_ctx *ctx, struct cbi_element *e) 
    4 { 
    5     return 0; 
    6 } 
    72 
    83struct cbi_widget_property package_props[] = { 
     
    138struct cbi_widget package = { 
    149    .caps = CAP_DATA | CAP_PAGE | CAP_PACKAGE, 
    15     .init = package_init, 
    1610    WPROPS(package_props), 
    1711};