diff options
author | Colomban Wendling <[email protected]> | 2022-11-23 20:51:37 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-12-23 10:59:22 +0000 |
commit | 288237a1c1681f71b2c5273e73bc56c5133edfa0 (patch) | |
tree | 29ebc54acbaab64ca11dc0882ae36d282e8b2328 /libcaja-private/caja-search-engine.h | |
parent | 3fcbd04496251b6c11740793412375c82cdd3d3c (diff) | |
download | caja-288237a1c1681f71b2c5273e73bc56c5133edfa0.tar.bz2 caja-288237a1c1681f71b2c5273e73bc56c5133edfa0.tar.xz |
Remove unused members and structures
Based on a cppcheck report: https://caja.mate-desktop.dev/2022-11-23-174623-5790-cppcheck@ae663c369cf2_desktop-no-overflow/
Diffstat (limited to 'libcaja-private/caja-search-engine.h')
-rw-r--r-- | libcaja-private/caja-search-engine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcaja-private/caja-search-engine.h b/libcaja-private/caja-search-engine.h index 3d811ff4..90bd6593 100644 --- a/libcaja-private/caja-search-engine.h +++ b/libcaja-private/caja-search-engine.h @@ -35,12 +35,9 @@ #define CAJA_IS_SEARCH_ENGINE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CAJA_TYPE_SEARCH_ENGINE)) #define CAJA_SEARCH_ENGINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CAJA_TYPE_SEARCH_ENGINE, CajaSearchEngineClass)) -typedef struct CajaSearchEngineDetails CajaSearchEngineDetails; - typedef struct CajaSearchEngine { GObject parent; - CajaSearchEngineDetails *details; } CajaSearchEngine; typedef struct |