st: Don't avoid parameter list

Meh, C ...
This commit is contained in:
Florian Müllner 2015-09-23 20:13:25 +02:00
parent f5e7530fc7
commit 84eda6e459

View File

@ -2214,7 +2214,7 @@ st_set_slow_down_factor (gfloat factor)
* Returns: the global factor applied to all animation durations * Returns: the global factor applied to all animation durations
*/ */
gfloat gfloat
st_get_slow_down_factor () st_get_slow_down_factor (void)
{ {
return st_slow_down_factor; return st_slow_down_factor;
} }