frontend: Remove duplicated code
authorPaul Cercueil <paul@crapouillou.net>
Mon, 30 May 2022 17:08:10 +0000 (18:08 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Sat, 11 Jun 2022 08:43:09 +0000 (09:43 +0100)
commit8fd0f4a808908fb991243b907cf0cace07c52850
treeed9198d30edf69cdd3fce737bc2de07169b941dd
parentb9db55a9831ccbe3749abfc97ff49e5fb9379b29
frontend: Remove duplicated code

The same function bgr888_to_rgb565() was present twice, protected by
different macros.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
frontend/cspace.c