Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 2, 2015
1 parent 3ad9159 commit 4e84cc3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions modules/gameSearch/src/main/Env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package lila.gameSearch
import akka.actor._
import com.typesafe.config.Config

import lila.db.api.$find
import lila.game.tube.gameTube
import lila.search._

final class Env(
Expand Down
1 change: 0 additions & 1 deletion modules/importer/src/main/Importer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import chess.{ Color, Move, Status }
import makeTimeout.large

import lila.db.api._
import lila.game.tube.gameTube
import lila.game.{ Game, GameRepo, Pov }
import lila.hub.actorApi.map.Tell
import lila.round.actorApi.round._
Expand Down
1 change: 0 additions & 1 deletion modules/round/src/main/Drawer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import akka.pattern.ask
import chess.{ Game => ChessGame, Board, Clock }

import lila.db.api._
import lila.game.tube.gameTube
import lila.game.{ GameRepo, Game, Event, Progress, Pov, PlayerRef, Namer, Source }
import lila.pref.{ Pref, PrefApi }
import makeTimeout.short
Expand Down
1 change: 0 additions & 1 deletion modules/round/src/main/Finisher.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import chess.{ Status, Color, Speed }

import lila.db.api._
import lila.game.actorApi.{ FinishGame, AbortedBy }
import lila.game.tube.gameTube
import lila.game.{ GameRepo, Game, Pov, Event }
import lila.i18n.I18nKey.{ Select => SelectI18nKey }
import lila.playban.{ PlaybanApi, Outcome }
Expand Down
1 change: 0 additions & 1 deletion modules/round/src/main/Rematcher.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import chess.{ Game => ChessGame, Board, Clock, Color => ChessColor, Castles }
import ChessColor.{ White, Black }

import lila.db.api._
import lila.game.tube.gameTube
import lila.game.{ GameRepo, Game, Event, Progress, Pov, Source, AnonCookie, PerfPicker }
import lila.memo.ExpireSetMemo
import lila.user.{ User, UserRepo }
Expand Down
1 change: 0 additions & 1 deletion modules/setup/src/main/Processor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import chess.{ Game => ChessGame, Board, Color => ChessColor }
import play.api.libs.json.{ Json, JsObject }

import lila.db.api._
import lila.game.tube.gameTube
import lila.game.{ Game, GameRepo, Pov, Progress, PerfPicker }
import lila.i18n.I18nDomain
import lila.lobby.actorApi.{ AddHook, AddSeek }
Expand Down

0 comments on commit 4e84cc3

Please sign in to comment.