eeze:/sensor: These are motions event types we can't read from.

SVN revision: 80672
This commit is contained in:
Stefan Schmidt 2012-12-11 16:48:46 +00:00
parent 1e8dc19715
commit c12b96f055
1 changed files with 0 additions and 9 deletions

View File

@ -124,15 +124,6 @@ fake_async_read(Eeze_Sensor_Type sensor_type, void *user_data EINA_UNUSED)
obj->timestamp = ((tv.tv_sec * 1000000) + tv.tv_usec);
break;
case EEZE_SENSOR_TYPE_MOTION_SNAP:
break;
case EEZE_SENSOR_TYPE_MOTION_SHAKE:
break;
case EEZE_SENSOR_TYPE_MOTION_PANNING:
break;
default:
ERR("Not possible to set a callback for this sensor type.");
return EINA_FALSE;