remove unused/unmaintained code
[picodrive.git] / platform / uiq3 / rsc / picodrive_reg.rss
diff --git a/platform/uiq3/rsc/picodrive_reg.rss b/platform/uiq3/rsc/picodrive_reg.rss
deleted file mode 100644 (file)
index d95f515..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// All registration files need to #include appinfo.rh. \r
-#include <appinfo.rh>\r
-\r
-// All registration files must define UID2, which is always \r
-// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.\r
-// ? UID2 KUidAppRegistrationResourceFile\r
-// ? UID3 0xA00010F3 // application UID\r
-\r
-// Registration file need to containo an APP_REGISTRATION_INFO resource that\r
-// minimally needs to provide the name of the application binary (using the \r
-// app_file statement). \r
-RESOURCE APP_REGISTRATION_INFO\r
-       {\r
-       app_file = "PicoDrive"; // filename of application binary (minus extension)\r
-       // Specify the location of the localisable icon/caption definition file\r
-       localisable_resource_file = "\\Resource\\Apps\\PicoDrive_loc";\r
-       }\r