[nautilus/wip/antoniof/flow-box-preparation: 46/46] files-view: Drop unused vfunc
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/flow-box-preparation: 46/46] files-view: Drop unused vfunc
- Date: Wed, 22 Dec 2021 00:36:38 +0000 (UTC)
commit c8c0d9b6faf388e76050c05d93ef2f224704b94c
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]