Sentinel was never used and was wasting space for subs array.

SVN revision: 54080
This commit is contained in:
Gustavo Lima Chaves 2010-11-01 21:10:01 +00:00
parent 78fddffd9a
commit a012c4b511
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ static const char *_directions[] = {
"bottom-right",
"bottom",
"bottom-left",
"middle",
NULL
"middle"
};
#define _HOV_LEFT (_directions[0])