diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-01-08 14:37:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-01-08 14:38:55 -0500 |
commit | 9a3b61ec9df83dbbea0266142512df1a209f8286 (patch) | |
tree | fd93e2774fe92e60f9bb9000f500a2e1ce2fdc54 /gtk/gtksidebarrow.c | |
parent | bbf6e81c1f55d534ef20a2994a722fe4e0766d2f (diff) | |
download | gtk+-9a3b61ec9df83dbbea0266142512df1a209f8286.tar.gz |
Drop GtkPlacesSidebar from public API
This is a bit of filechooser internals that gets shared with
nautilus, which is fine, but it shouldn't be part of our
public API. There are no other users than nautilus.
Diffstat (limited to 'gtk/gtksidebarrow.c')
-rw-r--r-- | gtk/gtksidebarrow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtksidebarrow.c b/gtk/gtksidebarrow.c index c03fe57f7b..590ff0c948 100644 --- a/gtk/gtksidebarrow.c +++ b/gtk/gtksidebarrow.c @@ -21,7 +21,6 @@ #include "gtksidebarrowprivate.h" /* For section and place type enums */ #include "gtkplacessidebarprivate.h" -#include "gtkplacessidebar.h" #include "gtkwidget.h" #include "gtkimage.h" #include "gtklabel.h" |