summaryrefslogtreecommitdiff
path: root/libslab/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-06-08 14:23:52 +0200
committerraveit65 <[email protected]>2018-06-21 08:19:10 +0200
commitd21cbadc64065b72eb6494247bbc6d876d57eb14 (patch)
tree5812414001d2fec81755607b04ea6deace6d243b /libslab/Makefile.am
parentf6d429e01de132233c5288616e57772e687358bf (diff)
downloadmate-control-center-d21cbadc64065b72eb6494247bbc6d876d57eb14.tar.bz2
mate-control-center-d21cbadc64065b72eb6494247bbc6d876d57eb14.tar.xz
libslab: code clean up
Since we use GtkSearchEntry a lot of code can be dropped. https://github.com/mate-desktop/mate-control-center/commit/afcb324 Eg: GtkSearchEntry has a own menu in result search-context-picker.c does nothing. So other code in searchbar.c isn't used.
Diffstat (limited to 'libslab/Makefile.am')
-rw-r--r--libslab/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/libslab/Makefile.am b/libslab/Makefile.am
index 93a728d0..97deea54 100644
--- a/libslab/Makefile.am
+++ b/libslab/Makefile.am
@@ -17,7 +17,6 @@ HEADER_FILES= \
libslab-utils.h \
nameplate-tile.h \
search-bar.h \
- search-context-picker.h \
shell-window.h \
slab-mate-util.h \
slab-section.h \
@@ -37,7 +36,6 @@ libmate_slab_la_SOURCES = \
libslab-utils.c \
nameplate-tile.c \
search-bar.c \
- search-context-picker.c \
shell-window.c \
slab-mate-util.c \
slab-section.c \