From 6a3210b7b72c5c2e84156dfc1cfcf2914955688f Mon Sep 17 00:00:00 2001 From: Daniel Trujillo Date: Mon, 27 Jun 2016 23:06:10 +0200 Subject: [PATCH] Remove useless comments. --- src/windows/custom_currency.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/windows/custom_currency.c b/src/windows/custom_currency.c index dfd3409a0f..b379376fdf 100644 --- a/src/windows/custom_currency.c +++ b/src/windows/custom_currency.c @@ -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)