summaryrefslogtreecommitdiff
path: root/src/geo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/geo.h')
-rw-r--r--src/geo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/geo.h b/src/geo.h
index 4f5c5e6fe..cf4e42c90 100644
--- a/src/geo.h
+++ b/src/geo.h
@@ -3,12 +3,6 @@
#include "redis.h"
-void geoEncodeCommand(redisClient *c);
-void geoDecodeCommand(redisClient *c);
-void geoRadiusByMemberCommand(redisClient *c);
-void geoRadiusCommand(redisClient *c);
-void geoAddCommand(redisClient *c);
-
/* Structures used inside geo.c in order to represent points and array of
* points on the earth. */
typedef struct geoPoint {