Fix now unnecessary FIXME comment
This C++ incompatibility is solved in the main branch now.
This commit is contained in:
@@ -169,8 +169,6 @@ static void asset_browser_main_region_listener(const wmRegionListenerParams *par
|
||||
}
|
||||
}
|
||||
|
||||
/* FIXME: See comment above #WM_msg_publish_rna_prop(). */
|
||||
extern "C" {
|
||||
static void asset_browser_main_region_message_subscribe(
|
||||
const wmRegionMessageSubscribeParams *params)
|
||||
{
|
||||
@@ -190,7 +188,6 @@ static void asset_browser_main_region_message_subscribe(
|
||||
catalog_filter,
|
||||
&msg_sub_value_region_tag_redraw);
|
||||
}
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
/* Header Region */
|
||||
|
Reference in New Issue
Block a user