summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4/KDESalFrame.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-06-18 00:00:52 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-06-18 00:01:15 +0900
commitb33ae7fc706c6f9a8130e34d5eafb0ffbf938905 (patch)
tree20bf2e0961e454f1de9e1d40acc5efe979e7075c /vcl/unx/kde4/KDESalFrame.cxx
parent6e613c590bdd7c6643616ac897533323ff77ebff (diff)
remove dead code
Diffstat (limited to 'vcl/unx/kde4/KDESalFrame.cxx')
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index 98b84ce54d7a..10e73502927c 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -88,8 +88,6 @@ static OUString readEntryUntranslated( KConfigGroup *pGroup, const char *pKey )
return OUString::createFromAscii( (const char *) pGroup->readEntryUntranslated( pKey ).toAscii() );
}
-#if 0
-#endif
/** Helper function to add information to Font from QFont.
Mostly grabbed from the Gtk+ vclplug (salnativewidgets-gtk.cxx).