mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 13:40:21 +00:00
misc: removed unneeded MIN definition (already in misc.h)
This commit is contained in:
@@ -57,10 +57,6 @@
|
||||
#include "utils/misc.h"
|
||||
#include "utils/color_out.h"
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#define STRERROR_BUF_LEN 1024
|
||||
|
||||
using std::invalid_argument;
|
||||
|
||||
Reference in New Issue
Block a user