1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

LibGfx: Remove Gamma.h

It's been unused since c8c065b6b0.
This commit is contained in:
Nico Weber 2024-01-29 13:21:46 -05:00 committed by Jelle Raaijmakers
parent 6971ba35d5
commit 8a07aa9e9a
2 changed files with 0 additions and 122 deletions

View file

@ -14,7 +14,6 @@
#include "Bitmap.h"
#include "Font/Emoji.h"
#include "Font/Font.h"
#include "Gamma.h"
#include <AK/Assertions.h>
#include <AK/Debug.h>
#include <AK/Function.h>