Elm glayer: Remove FIXME, it's already there.

SVN revision: 64859
This commit is contained in:
Tom Hacohen 2011-11-07 08:12:02 +00:00
parent 5798d18559
commit 1e563eedd7
1 changed files with 0 additions and 1 deletions

View File

@ -12846,7 +12846,6 @@ extern "C" {
struct _Elm_Gesture_Line_Info
{ /* Report line ends, timestamps, and momentum computed */
Elm_Gesture_Momentum_Info momentum; /**< Line momentum info */
/* FIXME should be radians, bot degrees */
double angle; /**< Angle (direction) of lines */
};