use two sdl app, change default sdl to sdl_usb
[apps/homescreen.git] / homescreen / src / homescreenhandler.h
index 9def3e8..539d380 100644 (file)
@@ -35,7 +35,6 @@ public:
     Q_INVOKABLE void tapShortcut(QString application_name, bool is_full);
     Q_INVOKABLE QString getCurrentApplication();
     void setCurrentApplication(QString application_name);
-    bool isSplit();
 
     void onRep(struct json_object* reply_contents);
     void onEv(const string& event, struct json_object* event_contents);
@@ -50,7 +49,7 @@ signals:
 
 private:
     LibHomeScreen *mp_hs;
-    QString previous_application, current_applciation;
+    QString current_applciation;
 };
 
 #endif // HOMESCREENHANDLER_H