project_files/frontlib/util/logging.c
changeset 7316 f7b49b2c5d84
parent 7314 6171f0bad318
child 7338 1ed603a54ebd
--- a/project_files/frontlib/util/logging.c	Wed Jun 27 22:52:19 2012 +0200
+++ b/project_files/frontlib/util/logging.c	Thu Jul 05 00:33:24 2012 +0200
@@ -92,10 +92,6 @@
 	return !cond;
 }
 
-bool _flib_assert_params(const char *func, bool cond) {
-	return _flib_fassert(func, FLIB_LOGLEVEL_ERROR, cond, "Invalid parameter to function");
-}
-
 int flib_log_getLevel() {
 	return flib_loglevel;
 }