diff options
author | monsta <[email protected]> | 2016-08-21 03:29:50 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-22 16:40:21 +0300 |
commit | 3c6122df79f4d6e86d7afa0e6c4b64403de7bc44 (patch) | |
tree | bd06579cadb62b290fb983f61a02e4dedb3f64b1 /eel/eel-debug.h | |
parent | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff) | |
download | caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2 caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz |
drop a large amount of completely unused code
Diffstat (limited to 'eel/eel-debug.h')
-rw-r--r-- | eel/eel-debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eel/eel-debug.h b/eel/eel-debug.h index 86a36ada..d3e2d90f 100644 --- a/eel/eel-debug.h +++ b/eel/eel-debug.h @@ -35,7 +35,6 @@ extern "C" { void eel_stop_in_debugger (void); void eel_make_warnings_and_criticals_stop_in_debugger (void); - int eel_get_available_file_descriptor_count (void); /* A way to do cleanup at exit for compatibility with shutdown tools * like the ones in MateComponent. |