Drop unused type (Orientation_Mode) from HAL.Bitmap

This commit is contained in:
Maxim Reznik 2023-11-09 19:55:22 +02:00
parent f79cd470a0
commit fd4e628835
1 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,6 @@
------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015-2016, AdaCore --
-- Copyright (C) 2015-2023, AdaCore --
-- --
-- Redistribution and use in source and binary forms, with or without --
-- modification, are permitted provided that the following conditions are --
@ -34,13 +34,6 @@ with System;
package HAL.Bitmap is
pragma Preelaborate;
type Orientation_Mode is
(Default,
Portrait,
Landscape);
subtype Actual_Orientation is Orientation_Mode range Portrait .. Landscape;
type Bitmap_Color_Mode is
(ARGB_8888,
RGB_888,