[nautilus/wip/antoniof/flow-box-preparation: 20/20] 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: 20/20] files-view: Drop unused vfunc
- Date: Thu, 23 Dec 2021 23:10:44 +0000 (UTC)
commit 34a98296fac2105697e51ea19af778c982ebebd6
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]