projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15af873
)
placessidebar: Remove some unused members
author
Timm Bäder
<mail@baedert.org>
Sat, 19 Oct 2019 09:45:04 +0000
(11:45 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 22 Oct 2019 07:37:08 +0000
(09:37 +0200)
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 6b70746b77b092afde9410e1a8eb19c93e452b43..3989e520030e36ba33918b20d0e46924bbf458a2 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-175,8
+175,6
@@
struct _GtkPlacesSidebar {
GtkPlacesOpenFlags open_flags;
- GActionGroup *action_group;
-
guint mounting : 1;
guint drag_data_received : 1;
guint drop_occurred : 1;
@@
-189,7
+187,6
@@
struct _GtkPlacesSidebar {
guint show_trash : 1;
guint show_starred_location : 1;
guint local_only : 1;
- guint populate_all : 1;
};
struct _GtkPlacesSidebarClass {