summaryrefslogtreecommitdiff
path: root/libs/nativedisplay/include/apex/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nativedisplay/include/apex/display.h')
-rw-r--r--libs/nativedisplay/include/apex/display.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/nativedisplay/include/apex/display.h b/libs/nativedisplay/include/apex/display.h
index bd94b5523e..a7eaf87b9e 100644
--- a/libs/nativedisplay/include/apex/display.h
+++ b/libs/nativedisplay/include/apex/display.h
@@ -97,11 +97,6 @@ void ADisplay_getPreferredWideColorFormat(ADisplay* display, ADataSpace* outData
* such an update is observed, then this method should be recalled to get the
* new current configuration.
*
- * After a subsequent hotplug "connected" event the supported display configs
- * may change. Then the preloaded display configs will be stale and the
- * call for current config may return NAME_NOT_FOUND. In this case the client
- * should release and re-acquire the display handle.
- *
* Returns OK on success, -errno on failure.
*/
int ADisplay_getCurrentConfig(ADisplay* display, ADisplayConfig** outConfig);