diff options
Diffstat (limited to 'app/app_switches.cc')
-rw-r--r-- | app/app_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/app_switches.cc b/app/app_switches.cc index 258b148..59712bf 100644 --- a/app/app_switches.cc +++ b/app/app_switches.cc @@ -9,10 +9,6 @@ namespace switches { // Stop the GPU from synchronizing on the vsync before presenting. const char kDisableGpuVsync[] = "disable-gpu-vsync"; -// The language file that we want to try to open. Of the form -// language[-country] where language is the 2 letter code from ISO-639. -const char kLang[] = "lang"; - // Select which implementation of GL the GPU process should use. Options are: // desktop: whatever desktop OpenGL the user has installed (Linux and Mac // default). |