diff options
author | raveit65 <[email protected]> | 2018-06-08 14:23:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-21 08:19:10 +0200 |
commit | d21cbadc64065b72eb6494247bbc6d876d57eb14 (patch) | |
tree | 5812414001d2fec81755607b04ea6deace6d243b /libslab/slab.h | |
parent | f6d429e01de132233c5288616e57772e687358bf (diff) | |
download | mate-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/slab.h')
-rw-r--r-- | libslab/slab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libslab/slab.h b/libslab/slab.h index a50dddf9..721943a0 100644 --- a/libslab/slab.h +++ b/libslab/slab.h @@ -31,7 +31,6 @@ #include "libslab-utils.h" #include "nameplate-tile.h" #include "search-bar.h" -#include "search-context-picker.h" #include "shell-window.h" #include "slab-mate-util.h" #include "slab-section.h" |