summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchooserprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-02-02 18:01:17 +0100
committerBenjamin Otte <otte@redhat.com>2018-02-02 23:01:31 +0100
commit55874470ff6d619dd05d8c344d4b3c3205982eae (patch)
tree9d80b09b16462d1bf4b93c81d677d8686e4c7d90 /gtk/gtkrecentchooserprivate.h
parentbb8baa2b76a454916e86ca6e236777e439d5422a (diff)
downloadgtk+-55874470ff6d619dd05d8c344d4b3c3205982eae.tar.gz
gtk: Remove GtkRecentChooser
It's not used any more, recent files are only used by the filtchooser and that one uses GtkRecentManager directly.
Diffstat (limited to 'gtk/gtkrecentchooserprivate.h')
-rw-r--r--gtk/gtkrecentchooserprivate.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/gtk/gtkrecentchooserprivate.h b/gtk/gtkrecentchooserprivate.h
deleted file mode 100644
index 133885488e..0000000000
--- a/gtk/gtkrecentchooserprivate.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* gtkrecentprivatechooser.h - Interface definitions for recent selectors UI
- *
- * Copyright (C) 2006 Emmanuele Bassi
- *
- * All rights reserved
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef __GTK_RECENT_CHOOSER_PRIVATE_H__
-#define __GTK_RECENT_CHOOSER_PRIVATE_H__
-
-#include "gtkrecentmanager.h"
-#include "gtkrecentchooser.h"
-
-G_BEGIN_DECLS
-
-GtkRecentManager *_gtk_recent_chooser_get_recent_manager (GtkRecentChooser *chooser);
-GList * _gtk_recent_chooser_get_items (GtkRecentChooser *chooser,
- GtkRecentFilter *filter,
- GtkRecentSortFunc func,
- gpointer data);
-
-void _gtk_recent_chooser_item_activated (GtkRecentChooser *chooser);
-void _gtk_recent_chooser_selection_changed (GtkRecentChooser *chooser);
-
-G_END_DECLS
-
-#endif /* ! __GTK_RECENT_CHOOSER_PRIVATE_H__ */