diff --git a/TODO b/TODO
index 67a3363a7caccfb0a1fca4ee3361acee62a08858..77ddea5820869e68a04a567a1dcaa4545dde6c35 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,3 @@
-- distribute wupscat, wupsbb
+- distribute wupscat, wupsbb ?
+
+- frida.ini location via -D ?
\ No newline at end of file
diff --git a/pub/src/list.cpp b/pub/src/list.cpp
index 81e8dd70839bfb257ea8404e3c9bbe7fdbea3b77..a3bd5d278d4a06cf633bdcde7afe47219d4cd340 100644
--- a/pub/src/list.cpp
+++ b/pub/src/list.cpp
@@ -13,7 +13,6 @@
 using namespace std;
 
 #include "mystd.h"
-#include <ask_and_callback.h>
 #include "list.h"
 
 
diff --git a/pub/src/list.h b/pub/src/list.h
index 2f8ffbdcbd43efa527cdb4384fdeffcb50efc5d2..efd2790781446e0698b6f5a25a0f8532d8130af2 100644
--- a/pub/src/list.h
+++ b/pub/src/list.h
@@ -75,7 +75,6 @@ private:
 
     string sel2text(void) const;
 };	
-inline string strg(const CList& L) { return L.str(); }; // needed by myask
 
 class ListIter { 
 // OBSOLETE. will be eliminated as soon as ScanBreak is revised