mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Remove unused code
This commit is contained in:
@@ -65,6 +65,7 @@ public final class Dialogs {
|
||||
public static void showConversation(final MainActivity currentActivity, final ControllerContext context, final String phraseID, final Monster npc) {
|
||||
showConversation(currentActivity, context, phraseID, npc, true);
|
||||
}
|
||||
|
||||
private static void showConversation(final MainActivity currentActivity, final ControllerContext context, final String phraseID, final Monster npc, boolean giveRewardsForFirstPhrase) {
|
||||
context.gameRoundController.pause();
|
||||
Intent intent = new Intent(currentActivity, ConversationActivity.class);
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
package com.gpl.rpg.AndorsTrail.controller;
|
||||
|
||||
/**
|
||||
* Created with IntelliJ IDEA.
|
||||
* User: oskar
|
||||
* Date: 8/7/13
|
||||
* Time: 3:26 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class ConversationStatemachine {
|
||||
}
|
||||
Reference in New Issue
Block a user