Remove UNUSED macro
[geeqie.git] / CODING.md
index cd831e9..00b4391 100644 (file)
--- a/CODING.md
+++ b/CODING.md
@@ -216,7 +216,6 @@ Variables declarations should be followed by a blank line and should always be a
 Use glib types when possible (ie. gint and gchar instead of int and char).  
 Use glib functions when possible (i.e. `g_ascii_isspace()` instead of `isspace()`).  
 Check if used functions are not deprecated.  
-Use UNUSED() for unused function parameters.
 
 ---
 
@@ -238,6 +237,7 @@ mktemp  "${TMPDIR:-/tmp}/geeqie.XXXXXXXXXX"
 ```
 
 ---
+
 ## External Software Tools
 
 ### astyle