diff -r 9f56a4e1b8ab -r 08e69e956a8c classicui_pub/lists_api/inc/aknlists.h --- a/classicui_pub/lists_api/inc/aknlists.h Mon Mar 15 12:41:34 2010 +0200 +++ b/classicui_pub/lists_api/inc/aknlists.h Wed Mar 31 21:59:52 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -1857,20 +1857,6 @@ */ IMPORT_C static void SetupListboxPos(CEikListBox& aListBox, const TAknWindowLineLayout &aLayout); - - /** - * This function returns a correct offset to revise layout data. - * - * Attention: The function is only effective for QHD lanscape model. - * It always return 0 in QVGA, QVGA2, VGA and VAG3. - * A panic will take place if it is used in other models. - * - * @since S60 5.0 - * - * @param aScreenRect Size of Screen. - * @return Offset of listscroll_menu_pane's layout - */ - static TInt AdjustPopupLayoutData( const TRect& aScreenRect ); }; /**