aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/common.h b/c/common.h
index c6c7dbd..5fe6d62 100644
--- a/c/common.h
+++ b/c/common.h
@@ -54,10 +54,6 @@ std::optional<T> maybe_make(U... xs)
}
}
-/* Variable template for caching values from GetSystemMetrics. */
-template <int I>
-const auto Metric = GetSystemMetrics(I);
-
/* Check result of Windows API call, throwing error on NULL. */
template <typename T>
inline T require(const T x)