Skip to content

Commit 58aa34b

Browse files
committed
Comment unused code
1 parent a246b6e commit 58aa34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/quickConvertSettings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ void QC_Settings::default_crf_configurer() {
120120
int selectedOption;
121121

122122
// Showing the current default encoding
123-
std::string currentDef = "The current default is: 26";
124-
alib::decorateMe(currentDef, 1, " ", true);
123+
// std::string currentDef = "The default is: 26";
124+
// alib::decorateMe(currentDef, 1, " ", true);
125125

126126
// Taking new encoding from user
127127
ffmpeg *fmpg = new ffmpeg();

0 commit comments

Comments
 (0)