Use overclocking settings from settings dialog
[qcpufreq] / src / mainwindow.h
index c8866a8..6dc82c6 100644 (file)
@@ -46,7 +46,6 @@ public slots:
     void orientationChanged();
     void refresh();
     void setAutoRotation();
-    void setOverclocking();
     void setSmartReflex();
     void showHelp();
     void showSettings();
@@ -54,7 +53,6 @@ public slots:
 
 private:
     Ui::MainWindow *ui;
-    bool allowOverclocking;
     int callHelper( QString action, QString param );
     QString getCPUTemp();
     int getMaxFreq();
@@ -71,8 +69,6 @@ private:
     //! Initializes the application
     void init();
     int minFreq;
-    //! Are we using a power kernel?
-    bool powerKernel;
     QString readSysFile( QString sys_file );
     //! the timer for refreshing the UI
     QTimer refreshTimer;