2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Revision:
6:83a6666a62d7
Parent:
5:eff573d4ede7
Child:
7:1f2661b840ed
diff -r eff573d4ede7 -r 83a6666a62d7 Config.cpp
--- a/Config.cpp	Tue Dec 04 06:44:54 2018 +0000
+++ b/Config.cpp	Tue Dec 04 07:01:06 2018 +0000
@@ -62,20 +62,3 @@
     
     return status;
 }
-
-    
-/** Attach a setter for each key. The type of the setter's arg will be
- * enforced by the parser when the config file is loaded.
- */
-void Config::attach(Callback<void(char *)> set, char *key) {
-}
-
-    
-void Config::attach(Callback<void(int)> set, char *key) {
-}
-    
-void Config::attach(Callback<void(float)> set, char *key) {
-}
-
-void Config::attach(Callback<void(double)> set, char *key) {
-}
\ No newline at end of file