Don't need Base, Calc, Draw and Math functionality here for now
Change-Id: I20b9325f9c7eed1e49ea815c284f8fe1a6ed428d
This commit is contained in:
@@ -22,10 +22,6 @@ lo_get_factory_map(void)
|
|||||||
{
|
{
|
||||||
static lib_to_factory_mapping map[] = {
|
static lib_to_factory_mapping map[] = {
|
||||||
LO_EXTENDED_CORE_FACTORY_MAP
|
LO_EXTENDED_CORE_FACTORY_MAP
|
||||||
LO_BASE_CORE_FACTORY_MAP
|
|
||||||
LO_CALC_FACTORY_MAP
|
|
||||||
LO_DRAW_CORE_FACTORY_MAP
|
|
||||||
LO_MATH_FACTORY_MAP
|
|
||||||
LO_WRITER_FACTORY_MAP
|
LO_WRITER_FACTORY_MAP
|
||||||
{ "libcuilo.a", cui_component_getFactory },
|
{ "libcuilo.a", cui_component_getFactory },
|
||||||
{ "libspllo.a", spl_component_getFactory },
|
{ "libspllo.a", spl_component_getFactory },
|
||||||
|
@@ -22,10 +22,6 @@ lo_get_factory_map(void)
|
|||||||
{
|
{
|
||||||
static lib_to_factory_mapping map[] = {
|
static lib_to_factory_mapping map[] = {
|
||||||
LO_EXTENDED_CORE_FACTORY_MAP
|
LO_EXTENDED_CORE_FACTORY_MAP
|
||||||
LO_BASE_CORE_FACTORY_MAP
|
|
||||||
LO_CALC_FACTORY_MAP
|
|
||||||
LO_DRAW_CORE_FACTORY_MAP
|
|
||||||
LO_MATH_FACTORY_MAP
|
|
||||||
LO_WRITER_FACTORY_MAP
|
LO_WRITER_FACTORY_MAP
|
||||||
{ "libcuilo.a", cui_component_getFactory },
|
{ "libcuilo.a", cui_component_getFactory },
|
||||||
{ "libspllo.a", spl_component_getFactory },
|
{ "libspllo.a", spl_component_getFactory },
|
||||||
|
Reference in New Issue
Block a user