[pisa-src] r1388 - trunk/pisasd/sdconf.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 28 Oct 2009 16:04:46 +0100

Author: tjansen
Date: Wed Oct 28 16:04:46 2009
New Revision: 1388

Log:
Removed unused function declaration sdconf_set_wlaninfos.

Modified:
   trunk/pisasd/sdconf.h

Modified: trunk/pisasd/sdconf.h
==============================================================================
--- trunk/pisasd/sdconf.h       Wed Oct 28 16:01:11 2009        (r1387)
+++ trunk/pisasd/sdconf.h       Wed Oct 28 16:04:46 2009        (r1388)
@@ -51,7 +51,6 @@
  */
 void sdconf_init(sd_conf *sdconf);
 void sdconf_destroy(sd_conf *sdconf);
-void sdconf_set_wlaninfos(sd_conf *sdconf);
 void sdconf_set_debuglevel(sd_conf *sdconf);
 
 void sdconf_read_basic_confs(sd_conf *sdconf);

Other related posts:

  • » [pisa-src] r1388 - trunk/pisasd/sdconf.h - Thomas Jansen