Fix VC++ build failure

Regression caused by 71c72db1e3.
This commit is contained in:
Camilla Berglund
2016-02-23 11:47:14 +01:00
parent 165171f9c8
commit 93b4c828c1
3 changed files with 9 additions and 16 deletions
-7
View File
@@ -233,13 +233,6 @@ typedef VkResult (APIENTRY * PFN_vkEnumerateInstanceExtensionProperties)(const c
y = t; \
}
// Helper for non-premultiplied alpha to premultiplied alpha conversion
static inline unsigned char _glfwMultiplyAlpha(unsigned char alpha,
unsigned char value)
{
return (unsigned char) ((value * (unsigned int) alpha) / 255);
}
//========================================================================
// Platform-independent structures