javauis/lcdui_akn/lcdui/inc/CMIDFormRow.h
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
--- a/javauis/lcdui_akn/lcdui/inc/CMIDFormRow.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDFormRow.h	Wed Oct 13 14:23:59 2010 +0300
@@ -44,9 +44,6 @@
 public: // From CCoeControl
     TInt CountComponentControls() const;
     CCoeControl* ComponentControl(TInt aIndex) const;
-#ifdef RD_JAVA_S60_RELEASE_9_2    
-    void Draw(const TRect& /*aRect*/) const;
-#endif // RD_JAVA_S60_RELEASE_9_2    
     virtual void SizeChanged();
     virtual TSize MinimumSize();
 
@@ -73,13 +70,6 @@
 private:
     CMIDFormRow(CMIDForm& aForm);
     void ConstructL();
-#ifdef RD_JAVA_S60_RELEASE_9_2
-    /**
-     * Checks whether the separator line must be drawn
-     * above this form row.
-     */
-    void SetSeparator();
-#endif // RD_JAVA_S60_RELEASE_9_2
 
 private:
     CMIDForm& iForm;
@@ -87,13 +77,6 @@
     RArray<CMIDControlItem*> iItems;
     TSize  iEmptyRowSize; // size used for empty rows
     TInt iCurrentWidth;             // used when adding items to the row. Keeps track of the total width of items added to row
-#ifdef RD_JAVA_S60_RELEASE_9_2
-    /**
-     * Separator line is drawn between Form rows (except between Form rows that
-     * belong together e.g. concatenated StringItems).
-     */
-    TBool iSeparator;
-#endif // RD_JAVA_S60_RELEASE_9_2    
 };