]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
cand: Forgot remove this line when merging pre-previous commit from demo branch.
authorMichal Vokac <vokac.m@gmail.com>
Fri, 14 Oct 2011 11:30:40 +0000 (13:30 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Fri, 14 Oct 2011 11:30:40 +0000 (13:30 +0200)
src/cand/cand.cc

index dc3920e016159b0bd81cb880cc6ed057f469d8c1..50d6481ca025735b388b6ce3cddf364c7a10f778 100644 (file)
@@ -402,7 +402,6 @@ int main(int argc, char *argv[])
 
        /* creating subscribers */
        robottype_subscriber_pwr_ctrl_create(&orte, rcv_pwr_ctrl_cb, &orte);
-       robottype_subscriber_pwr_alert_create(&orte, rcv_pwr_alert_cb, &orte);
        robottype_subscriber_motion_speed_create(&orte, rcv_motion_speed_cb, &orte);
        robottype_subscriber_jaws_cmd_create(&orte, rcv_jaws_cmd_cb, &orte);
         robottype_subscriber_lift_cmd_create(&orte, rcv_lift_cmd_cb, &orte);