Moved desktop widget code to a subdirectory.
[ptas] / location-provider.h
diff --git a/location-provider.h b/location-provider.h
deleted file mode 100644 (file)
index 31df5c7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef LOCATION_PROVIDER_H
-#define LOCATION_PROVIDER_H
-
-void setup_location_provider();
-void cleanup_location_provider();
-
-void start_location_provider();
-void stop_location_provider();
-
-void set_location_listener(void (*newListener)(double, double));
-
-#endif