Remove everything that depended on the now gone twitter APP.

This commit is contained in:
Mariano Alvira 2013-05-17 18:32:40 -04:00
parent c450887555
commit e24a50c1b2
9 changed files with 5 additions and 306 deletions

View file

@ -89,7 +89,6 @@ PROCESS_THREAD(example_shell_process, ev, data)
shell_udpsend_init();
shell_vars_init();
shell_wget_init();
shell_tweet_init();
PROCESS_END();
}