Skip to content

Commit daf1b0d

Browse files
committed
Mark inline
1 parent 1224eb4 commit daf1b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AnimationsSettings.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace AnimationsSettings {
2626
/**
2727
* Utility that returns the given duration or 0 if animations are disabled.
2828
*/
29-
public uint get_animation_duration (uint duration) {
29+
public inline uint get_animation_duration (uint duration) {
3030
return enable_animations ? duration : 0;
3131
}
3232
}

0 commit comments

Comments
 (0)