diff options
author | Roger Leigh <rleigh@debian.org> | 2007-02-11 11:40:02 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2007-02-11 11:40:02 +0000 |
commit | 24dcb6cf42f07dd9905fbbede6b9858a2ff4a2df (patch) | |
tree | b8b1c2e96d115d0668dd97ca373362fd1ff4ed2a /sbuild/sbuild-i18n.h | |
parent | 524fa442f406d0775acc220bf97517bcc7d7fc0e (diff) | |
download | schroot-24dcb6cf42f07dd9905fbbede6b9858a2ff4a2df.tar.gz |
* sbuild/sbuild-i18n.h: Remove commented-out macro.
Diffstat (limited to 'sbuild/sbuild-i18n.h')
-rw-r--r-- | sbuild/sbuild-i18n.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbuild/sbuild-i18n.h b/sbuild/sbuild-i18n.h index 42925d3e..fae10325 100644 --- a/sbuild/sbuild-i18n.h +++ b/sbuild/sbuild-i18n.h @@ -89,7 +89,6 @@ namespace sbuild * @param message the message to not translate. * @returns the message. */ - //#define N_(String) String inline const char * N_ (const char *message) { |