[nautilus/wip/antoniof/flow-box-preparation: 25/25] files-view: Drop unused vfunc




commit a290f8fa1785614be9018d655b70548fbe0f2cbf
Author: António Fernandes <antoniof gnome org>
Date:   Sun Dec 12 19:12:45 2021 +0000

    files-view: Drop unused vfunc
    
    It has been unused for a long time, and was only implemented by the
    now-gone canvas view.

 src/nautilus-files-view.h | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/src/nautilus-files-view.h b/src/nautilus-files-view.h
index afeabc3c5..75561f294 100644
--- a/src/nautilus-files-view.h
+++ b/src/nautilus-files-view.h
@@ -199,15 +199,6 @@ struct _NautilusFilesViewClass {
          */
         gboolean (* is_empty)                (NautilusFilesView *view);
 
-        /* convert *point from widget's coordinate system to a coordinate
-         * system used for specifying file operation positions, which is view-specific.
-         *
-         * This is used by the the icon view, which converts the screen position to a zoom
-         * level-independent coordinate system.
-         */
-        void (* widget_to_file_operation_position) (NautilusFilesView *view,
-                                                    GdkPoint     *position);
-
         /* Preference change callbacks, overridden by icon and list views.
          * Icon and list views respond by synchronizing to the new preference
          * values and forcing an update if appropriate.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]