Skip to content

Commit 4d86b0c

Browse files
committed
dropping old deprecated single url generator
1 parent 138e127 commit 4d86b0c

File tree

6 files changed

+34
-98
lines changed

6 files changed

+34
-98
lines changed

src/fr/adrienbrault/idea/symfony2plugin/Settings.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,11 @@ public class Settings implements PersistentStateComponent<Settings> {
3636
"var/cache/dev/srcDevDebugProjectContainerUrlGenerator.php",
3737
};
3838

39-
/**
40-
* @deprecated
41-
*/
42-
public static String DEFAULT_URL_GENERATOR_PATH = "app/cache/dev/appDevUrlGenerator.php";
4339
public static String DEFAULT_TRANSLATION_PATH = "app/cache/dev/translations";
4440

4541
public static String DEFAULT_WEB_DIRECTORY = "web";
4642
public static String DEFAULT_APP_DIRECTORY = "app";
4743

48-
/**
49-
* @deprecated
50-
*/
51-
public String pathToUrlGenerator = DEFAULT_URL_GENERATOR_PATH;
5244
public String pathToTranslation = DEFAULT_TRANSLATION_PATH;
5345
public String directoryToWeb = DEFAULT_WEB_DIRECTORY;
5446
public String directoryToApp = DEFAULT_APP_DIRECTORY;

0 commit comments

Comments
 (0)