Skip to content

Commit 3051983

Browse files
committed
Remove some redundant comment lines at end-of-class, end-of-namespace, end-of-file
1 parent 9b63bf8 commit 3051983

51 files changed

Lines changed: 0 additions & 251 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/TGUI/Backend/Renderer/SFML-Graphics/CanvasSFML.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,4 @@ namespace tgui
296296
};
297297
} // namespace tgui
298298

299-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
300-
301299
#endif // TGUI_CANVAS_SFML_HPP

include/TGUI/Backend/Window/GLFW/BackendGuiGLFW.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,9 @@ TGUI_IGNORE_DEPRECATED_WARNINGS_START // Required for VS2017 due to inheriting a
264264

265265
protected:
266266
GLFWwindow* m_window = nullptr;
267-
268-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
269267
};
270268
} // namespace tgui
271269

272270
TGUI_IGNORE_DEPRECATED_WARNINGS_END
273271

274-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
275-
276272
#endif // TGUI_BACKEND_GUI_GLFW_HPP

include/TGUI/Backend/Window/Raylib/BackendRaylib.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,4 @@ TGUI_IGNORE_DEPRECATED_WARNINGS_START // Required for VS2017 due to inheriting a
114114

115115
TGUI_IGNORE_DEPRECATED_WARNINGS_END
116116

117-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
118-
119117
#endif // TGUI_BACKEND_RAYLIB_HPP

include/TGUI/Backend/Window/SDL/BackendSDL.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,8 @@ TGUI_IGNORE_DEPRECATED_WARNINGS_START // Required for VS2017 due to inheriting a
175175
bool m_customCursorX11 = false;
176176
#endif
177177
};
178-
179-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
180178
} // namespace tgui
181179

182180
TGUI_IGNORE_DEPRECATED_WARNINGS_END
183181

184-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
185-
186182
#endif // TGUI_BACKEND_SDL_HPP

include/TGUI/Backend/Window/SFML/BackendSFML.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,8 @@ TGUI_IGNORE_DEPRECATED_WARNINGS_START // Required for VS2017 due to inheriting a
180180

181181
static std::vector<std::unique_ptr<sf::Cursor>> m_leakedCursors;
182182
};
183-
184-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
185183
} // namespace tgui
186184

187185
TGUI_IGNORE_DEPRECATED_WARNINGS_END
188186

189-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
190-
191187
#endif // TGUI_BACKEND_SFML_HPP

include/TGUI/Widgets/BitmapButton.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ namespace tgui
179179

180180
float m_relativeGlyphHeight = 0;
181181
};
182-
183-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
184182
} // namespace tgui
185183

186-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
187-
188184
#endif // TGUI_BITMAP_BUTTON_HPP

include/TGUI/Widgets/Button.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ namespace tgui
134134
public:
135135
SignalString onPress = {"Pressed"}; //!< The button was pressed. Optional parameter: text of the button
136136
};
137-
138-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
139137
} // namespace tgui
140138

141-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
142-
143139
#endif // TGUI_BUTTON_HPP

include/TGUI/Widgets/ChatBox.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,7 @@ namespace tgui
421421
Padding m_paddingCached;
422422
Color m_backgroundColorCached;
423423
Color m_borderColorCached;
424-
425-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
426424
};
427-
428-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
429425
} // namespace tgui
430426

431-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
432-
433427
#endif // TGUI_TEXT_BOX_HPP

include/TGUI/Widgets/CheckBox.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,7 @@ namespace tgui
166166
private:
167167
Texture m_textureUncheckedCached;
168168
Texture m_textureCheckedCached;
169-
170-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
171169
};
172-
173-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
174170
} // namespace tgui
175171

176-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
177-
178172
#endif // TGUI_CHECK_BOX_HPP

include/TGUI/Widgets/ChildWindow.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -604,13 +604,7 @@ namespace tgui
604604
float m_paddingBetweenButtonsCached = 0;
605605
float m_minimumResizableBorderWidthCached = 10;
606606
bool m_showTextOnTitleButtonsCached = false;
607-
608-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
609607
};
610-
611-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
612608
} // namespace tgui
613609

614-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
615-
616610
#endif // TGUI_CHILD_WINDOW_HPP

0 commit comments

Comments
 (0)