]> git.lyx.org Git - lyx.git/commitdiff
Why do we have Variables.{cpp/h} ?
authorPavel Sanda <sanda@lyx.org>
Mon, 15 Feb 2010 03:42:18 +0000 (03:42 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 15 Feb 2010 03:42:18 +0000 (03:42 +0000)
Unless somebody knows the purpose I will just kill it.

Glitch spotted by John.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33472 a592a061-630c-0410-9148-cb99ea01b6c8

src/Variables.cpp

index 931c2ed22410544207470a221056028e84f3b3ea..7f904f0ba00b220216e326b4fc5424657287d1d5 100644 (file)
@@ -77,7 +77,6 @@ int main() {
        cout << vars.expand("${x}") << endl;
 }
 
-#endif
-
-
 } // namespace lyx
+
+#endif