Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8d30ff6

Browse files
committed
Remove unused star constructors
1 parent 14af67a commit 8d30ff6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Main.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ struct Star {
145145
float m_ScrollRatio = 1.0F;
146146
int m_Intensity = 0; //!< Intensity value on a scale from 0 to 255.
147147
StarSize m_Size = StarSmall;
148-
149-
Star() {}
150-
Star(BITMAP *pBitmap, int posX, int posY, float scrollRatio, int intensity) :
151-
m_Bitmap(pBitmap),
152-
m_PosX(posX),
153-
m_PosY(posY),
154-
m_ScrollRatio(scrollRatio),
155-
m_Intensity(intensity)
156-
{}
157148
};
158149

159150
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)