1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Remove useless comments.

This commit is contained in:
Daniel Trujillo
2016-06-27 23:06:10 +02:00
parent dfd78ec359
commit 6a3210b7b7

View File

@@ -125,10 +125,6 @@ void custom_currency_window_open()
/**
*
* rct2: 0x006BB01B
*/
static void custom_currency_window_mousedown(int widgetIndex, rct_window *w, rct_widget *widget)
{
widget = &w->widgets[widgetIndex - 1];
@@ -194,10 +190,6 @@ static void custom_currency_window_mousedown(int widgetIndex, rct_window *w, rct
}
}
/**
*
* rct2: 0x006BB076
*/
static void custom_currency_window_dropdown(rct_window *w, int widgetIndex, int dropdownIndex)
{
if(dropdownIndex == -1)