homescreenapp/hsdomainmodel/inc/hspage.h
changeset 96 458d8c8d9580
parent 77 4b195f3bea29
--- a/homescreenapp/hsdomainmodel/inc/hspage.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hspage.h	Mon Oct 04 00:07:25 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();