summaryrefslogtreecommitdiffstats
path: root/mtp/mtp_MtpServer.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-01-30 17:08:48 +0100
committerDees Troy <dees_troy@teamw.in>2015-02-02 15:45:51 +0100
commit1b03920ca7d576c8400dd006ac1bbdecc1664231 (patch)
treef00558bafaa42a3bcd212ac1ac98b4b4c51f600b /mtp/mtp_MtpServer.hpp
parentgui: simplify code in GUIKeyboard (diff)
downloadandroid_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.tar
android_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.tar.gz
android_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.tar.bz2
android_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.tar.lz
android_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.tar.xz
android_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.tar.zst
android_bootable_recovery-1b03920ca7d576c8400dd006ac1bbdecc1664231.zip
Diffstat (limited to '')
-rwxr-xr-xmtp/mtp_MtpServer.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/mtp/mtp_MtpServer.hpp b/mtp/mtp_MtpServer.hpp
index 622ed6d6f..99f63d510 100755
--- a/mtp/mtp_MtpServer.hpp
+++ b/mtp/mtp_MtpServer.hpp
@@ -44,8 +44,6 @@ typedef std::vector<storage*> storages;
class twmtp_MtpServer {
public:
void start();
- int setup();
- void run();
void cleanup();
void send_object_added(int handle);
void send_object_removed(int handle);