Navigation Menu

Skip to content

Commit

Permalink
remove needless old groonga support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 20, 2011
1 parent 643d4f6 commit 270aa82
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ha_mroonga.h
Expand Up @@ -61,16 +61,6 @@ extern "C" {
typedef Item COND;
#endif

#ifndef GRN_GEO_DEGREE2MSEC
# define GRN_GEO_DEGREE_ACCURACY 10000000
# define GRN_GEO_DEGREE2MSEC(degree)\
((int)(((int)(degree) * 60 * 60 * 1000) +\
(((long)((degree) * GRN_GEO_DEGREE_ACCURACY) % GRN_GEO_DEGREE_ACCURACY) * 60 / GRN_GEO_DEGREE_ACCURACY * 60 * 1000) +\
(((long)((degree) * GRN_GEO_DEGREE_ACCURACY) % GRN_GEO_DEGREE_ACCURACY) * 60 % GRN_GEO_DEGREE_ACCURACY * 60 / 10000)))
# define GRN_GEO_MSEC2DEGREE(msec)\
((((int)(msec)) / 3600.0) * 0.001)
#endif

class ha_mroonga;

/* structs */
Expand Down

0 comments on commit 270aa82

Please sign in to comment.