summaryrefslogtreecommitdiffstats
path: root/Src/osmocom-bb/src/host/gsmmap/locate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocom-bb/src/host/gsmmap/locate.h')
-rw-r--r--Src/osmocom-bb/src/host/gsmmap/locate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Src/osmocom-bb/src/host/gsmmap/locate.h b/Src/osmocom-bb/src/host/gsmmap/locate.h
deleted file mode 100644
index 2613345..0000000
--- a/Src/osmocom-bb/src/host/gsmmap/locate.h
+++ /dev/null
@@ -1,8 +0,0 @@
-
-struct probe {
- struct probe *next;
- double x, y, dist;
-};
-
-int locate_cell(struct probe *probe_first, double *min_x, double *min_y);
-