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/tsection.c

    r5686 r5709  
    11#include "../cbi.h" 
    2  
    3 int tsection_init(struct cbi_ctx *ctx, struct cbi_element *e) 
    4 { 
    5     return 0; 
    6 } 
    72 
    83struct cbi_widget_property tsection_props[] = { 
     
    149    .caps = CAP_SECTION | CAP_TEMPLATE, 
    1510    .parent_caps = CAP_PACKAGE, 
    16     .init = tsection_init, 
    1711    WPROPS(tsection_props), 
    1812};