Răsfoiți Sursa

Update colour local file

Antony Messerli 9 ani în urmă
părinte
comite
7ae72a8860
1 a modificat fișierele cu 0 adăugiri și 18 ștergeri
  1. 0 18
      ipxe/local/colour.h

+ 0 - 18
ipxe/local/colour.h

@@ -1,14 +1,3 @@
-#ifndef CONFIG_COLOUR_H
-#define CONFIG_COLOUR_H
-
-/** @file
- *
- * Display colour configuration
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
 #define COLOR_NORMAL_FG		COLOR_CYAN
 #define COLOR_NORMAL_BG		COLOR_BLACK
 
@@ -29,10 +18,3 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #define COLOR_PXE_FG		COLOR_BLACK
 #define COLOR_PXE_BG		COLOR_WHITE
-
-#include <config/named.h>
-#include NAMED_CONFIG(colour.h)
-#include <config/local/colour.h>
-#include LOCAL_NAMED_CONFIG(colour.h)
-
-#endif /* CONFIG_COLOUR_H */