diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 01:41:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:33:49 +0200 |
commit | a5ce9aa44e916bb093a635e5b48f65435deca2ff (patch) | |
tree | ca389c1fa3c6ea9d7ee997179aaab56dd16a1378 /src/file-manager/fm-list-model.c | |
parent | 88f198c09524a4c78744177fcafac2d82b741d6e (diff) | |
download | caja-a5ce9aa44e916bb093a635e5b48f65435deca2ff.tar.bz2 caja-a5ce9aa44e916bb093a635e5b48f65435deca2ff.tar.xz |
Remove unused macros
Diffstat (limited to 'src/file-manager/fm-list-model.c')
-rw-r--r-- | src/file-manager/fm-list-model.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/file-manager/fm-list-model.c b/src/file-manager/fm-list-model.c index fae87a1e..3c795472 100644 --- a/src/file-manager/fm-list-model.c +++ b/src/file-manager/fm-list-model.c @@ -52,9 +52,6 @@ static GQuark attribute_name_q, attribute_modification_date_q, attribute_date_modified_q; -/* msec delay after Loading... dummy row turns into (empty) */ -#define LOADING_TO_EMPTY_DELAY 100 - static guint list_model_signals[LAST_SIGNAL] = { 0 }; static int fm_list_model_file_entry_compare_func (gconstpointer a, |