Remove dead code

This commit is contained in:
Moxie Marlinspike
2017-11-26 20:18:47 -08:00
parent 4c8e259b56
commit c8104a91a4
4 changed files with 3 additions and 425 deletions

View File

@@ -524,13 +524,6 @@
android:exported="false"
android:authorities="org.thoughtcrime.provider.securesms.mms" />
<receiver android:name=".service.RegistrationNotifier"
android:exported="false">
<intent-filter>
<action android:name="org.thoughtcrime.securesms.REGISTRATION_EVENT" />
</intent-filter>
</receiver>
<receiver android:name=".service.BootReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>