diff options
| author | 2016-05-06 21:44:19 +0100 | |
|---|---|---|
| committer | 2016-05-06 21:45:53 +0100 | |
| commit | 4e1fd3f69385387d438f3e924882b2204934900c (patch) | |
| tree | f29bdd01ca42f2e2794e73ec20490ef0933387b0 /src/modules/theme/libkvitheme.cpp | |
| parent | Fix text appearing outside the buttonboundary when the text is longer than (#... (diff) | |
| download | KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.tar.gz KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.tar.bz2 KVIrc-4e1fd3f69385387d438f3e924882b2204934900c.zip | |
cleanup: remove more ancient commneted code
Diffstat (limited to 'src/modules/theme/libkvitheme.cpp')
| -rw-r--r-- | src/modules/theme/libkvitheme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index 68c7c3eb5..7428dc202 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.cpp @@ -106,6 +106,7 @@ static bool theme_kvs_cmd_install(KviKvsModuleCommandCall * c) If no switch is present then KVIrc tries to determine automatically the type of theme (user, builtin or external). */ + static bool theme_kvs_cmd_apply(KviKvsModuleCommandCall * c) { QString szTheme; |
