summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2022-11-23 20:34:35 +0100
committerLuke from DC <[email protected]>2022-12-23 10:59:22 +0000
commit3fcbd04496251b6c11740793412375c82cdd3d3c (patch)
tree992bc63525085b21a088a2e70b0cb9ed8d4fe479
parentf46fe893f94745b256b98cfe447c4fa50603780e (diff)
downloadcaja-3fcbd04496251b6c11740793412375c82cdd3d3c.tar.bz2
caja-3fcbd04496251b6c11740793412375c82cdd3d3c.tar.xz
Remove unused member
`name_row` is not needed since GTK2 support was dropped with commit 276eb145ce96d5f75f8d3901daf6310f60ddbb81. Found by cppcheck: https://caja.mate-desktop.dev/2022-11-23-174623-5790-cppcheck@ae663c369cf2_desktop-no-overflow/73.html#line-101
-rw-r--r--src/file-manager/fm-properties-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c
index ad355570..3be02ed9 100644
--- a/src/file-manager/fm-properties-window.c
+++ b/src/file-manager/fm-properties-window.c
@@ -98,7 +98,6 @@ struct _FMPropertiesWindowPrivate {
GtkLabel *name_label;
GtkWidget *name_field;
- unsigned int name_row;
char *pending_name;
GtkLabel *directory_contents_title_field;