Skip to content

nautilus-files-view: Don't declare function name in the header file.

Rahul Verma requested to merge rv404674/nautilus:unnec_dec into master

nautilus-files-view-handle-scroll-event() is being used only in current file, nowhere else.

So remove it's declaration from it header file, and mark it as static in the c file.

Merge request reports