aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/events/WebLaunchEvent.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/events/WebLaunchEvent.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/events/WebLaunchEvent.kt11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/events/WebLaunchEvent.kt b/app/src/main/kotlin/com/pitchedapps/frost/events/WebLaunchEvent.kt
deleted file mode 100644
index 5ba35237..00000000
--- a/app/src/main/kotlin/com/pitchedapps/frost/events/WebLaunchEvent.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-package com.pitchedapps.frost.events
-
-import android.content.Context
-import com.pitchedapps.frost.utils.launchWebOverlay
-
-/**
- * Created by Allan Wang on 2017-06-01.
- */
-class WebLaunchEvent(val url: String) {
- fun execute(context: Context) = context.launchWebOverlay(url)
-} \ No newline at end of file