diff options
author | rbuj <[email protected]> | 2021-10-27 17:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:50:14 +0100 |
commit | 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch) | |
tree | 9c68212e8ba254df3dc80cd091b8fd3198a9b643 /libcaja-private/caja-view-factory.h | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'libcaja-private/caja-view-factory.h')
-rw-r--r-- | libcaja-private/caja-view-factory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcaja-private/caja-view-factory.h b/libcaja-private/caja-view-factory.h index 65d9124c..765adafd 100644 --- a/libcaja-private/caja-view-factory.h +++ b/libcaja-private/caja-view-factory.h @@ -54,7 +54,6 @@ extern "C" { const char *mime_type); }; - void caja_view_factory_register (CajaViewInfo *view_info); const CajaViewInfo *caja_view_factory_lookup (const char *id); CajaView * caja_view_factory_create (const char *id, @@ -67,9 +66,6 @@ extern "C" { GFileType file_type, const char *mime_type); - - - #ifdef __cplusplus } #endif |