Skip to content

Commit

Permalink
Drop unused type (Orientation_Mode) from HAL.Bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Dec 6, 2023
1 parent f79cd47 commit fd4e628
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions hal/src/hal-bitmap.ads
Original file line number Diff line number Diff line change
@@ -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 --
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit fd4e628

Please sign in to comment.