homescreenapp/hsdomainmodel/inc/hspage.h
changeset 90 3ac3aaebaee5
parent 69 87476091b3f5
child 101 ba1b7e218624
--- a/homescreenapp/hsdomainmodel/inc/hspage.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hspage.h	Mon Sep 20 10:19:07 2010 +0300
@@ -64,9 +64,7 @@
     QRectF contentRect();
     QRectF contentRect(Qt::Orientation orientation);
     HsPageVisual *visual() const;
-#ifdef HSWIDGETORGANIZER_ALGORITHM
-    enum sortOrder { height, width};
-#endif //HSWIDGETORGANIZER_ALGORITHM
+
 public slots:
     void showWidgets();
     void hideWidgets();
@@ -79,9 +77,6 @@
   //  void setupTouchArea();
     void connectWidget(HsWidgetHost *widget);
     void disconnectWidget(HsWidgetHost *widget);
-#ifdef HSWIDGETORGANIZER_ALGORITHM
-    void sortWidgets(sortOrder order, QList<HsWidgetHost*> &widgets);
-#endif //HSWIDGETORGANIZER_ALGORITHM
 
 private slots:
     void onWidgetFinished();