app.nit: id the platform at runtime
[nit.git] / lib / linux / linux.nit
index 6b89eb8..32a5ad4 100644 (file)
@@ -32,7 +32,6 @@ redef class App
 
                on_create
                on_restore_state
-               on_start
                on_resume
        end
 
@@ -43,7 +42,6 @@ redef class App
                on_pause
                on_save_state
                on_stop
-               on_destroy
        end
 end
 
@@ -62,3 +60,5 @@ redef class TextAsset
                return content
        end
 end
+
+redef fun bound_platform do return "GNU/Linux"