mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unused L10N string.
This commit is contained in:
parent
d99e0db108
commit
f420fb434e
3 changed files with 0 additions and 3 deletions
|
@ -38,7 +38,6 @@
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <commit.h>
|
#include <commit.h>
|
||||||
|
|
||||||
#include <CmdDiagnostics.h>
|
#include <CmdDiagnostics.h>
|
||||||
|
|
||||||
extern Context context;
|
extern Context context;
|
||||||
|
|
|
@ -409,7 +409,6 @@
|
||||||
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
||||||
#define STRING_CMD_DIAG_VERSION "Version"
|
#define STRING_CMD_DIAG_VERSION "Version"
|
||||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||||
#define STRING_CMD_DIAG_LIBRARIES "Libraries"
|
|
||||||
#define STRING_CMD_DIAG_FEATURES "Build Features"
|
#define STRING_CMD_DIAG_FEATURES "Build Features"
|
||||||
#define STRING_CMD_DIAG_BUILT "Built"
|
#define STRING_CMD_DIAG_BUILT "Built"
|
||||||
#define STRING_CMD_DIAG_COMMIT "Commit"
|
#define STRING_CMD_DIAG_COMMIT "Commit"
|
||||||
|
|
|
@ -420,7 +420,6 @@
|
||||||
#define STRING_CMD_DIAG_COMPILER "Compilador"
|
#define STRING_CMD_DIAG_COMPILER "Compilador"
|
||||||
#define STRING_CMD_DIAG_VERSION "Versión"
|
#define STRING_CMD_DIAG_VERSION "Versión"
|
||||||
#define STRING_CMD_DIAG_CAPS "Capacidades"
|
#define STRING_CMD_DIAG_CAPS "Capacidades"
|
||||||
#define STRING_CMD_DIAG_LIBRARIES "Librerías"
|
|
||||||
#define STRING_CMD_DIAG_FEATURES "Características Constructivas"
|
#define STRING_CMD_DIAG_FEATURES "Características Constructivas"
|
||||||
#define STRING_CMD_DIAG_BUILT "Construido"
|
#define STRING_CMD_DIAG_BUILT "Construido"
|
||||||
#define STRING_CMD_DIAG_COMMIT "Commit"
|
#define STRING_CMD_DIAG_COMMIT "Commit"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue