Remove useless comments.

This commit is contained in:
Daniel Trujillo 2016-06-27 23:06:10 +02:00
parent dfd78ec359
commit 6a3210b7b7
1 changed files with 0 additions and 8 deletions

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)