summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-02 16:08:59 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-02 16:09:28 +0100
commit6da3b3102c013b18b6f490d9030e5c2be531fe42 (patch)
tree31ba2d92077eac9e78de63dff49becfcc00585a4 /utils/utils.h
parent4f9dc971414cc9a26cce886370787899e1c86d18 (diff)
downloadnetsurf-6da3b3102c013b18b6f490d9030e5c2be531fe42.tar.gz
netsurf-6da3b3102c013b18b6f490d9030e5c2be531fe42.tar.bz2
remove unused warn_user API
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/utils.h b/utils/utils.h
index ec4bb5cbd..855ef7fa3 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -116,16 +116,4 @@ struct dirent;
*/
bool is_dir(const char *path);
-
-/**
- * Warn the user of an event.
- *
- * \warning depricated interface, this calls the warning entry in the
- * miscellaneous gui table and discards the return code.
- *
- * \param[in] message A warning looked up in the message translation table
- * \param[in] detail Additional text to be displayed or NULL.
- */
-void warn_user(const char *message, const char *detail);
-
#endif