mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "removed unused function (HIDL_FETCH_ISurfaceFlingerConfigs)"
This commit is contained in:
@@ -29,12 +29,6 @@ Return<void> SurfaceFlingerConfigs::useTripleFramebuffer(useTripleFramebuffer_cb
|
||||
return Void();
|
||||
}
|
||||
|
||||
// Methods from ::android::hidl::base::V1_0::IBase follow.
|
||||
|
||||
ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* /* name */) {
|
||||
return new SurfaceFlingerConfigs();
|
||||
}
|
||||
|
||||
} // namespace implementation
|
||||
} // namespace V1_0
|
||||
} // namespace configstore
|
||||
|
||||
@@ -31,8 +31,6 @@ struct SurfaceFlingerConfigs : public ISurfaceFlingerConfigs {
|
||||
|
||||
};
|
||||
|
||||
extern "C" ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* name);
|
||||
|
||||
} // namespace implementation
|
||||
} // namespace V1_0
|
||||
} // namespace configstore
|
||||
|
||||
Reference in New Issue
Block a user