summaryrefslogtreecommitdiff
path: root/src/prefsubtitles.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2015-04-25 16:17:41 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2015-04-25 16:17:41 +0200
commit45ee5ac6dc2159352596ce8e8ec744e0c864d492 (patch)
tree55ca90fd4a0d5c0eae188c5919510b6b0d2e3c5d /src/prefsubtitles.h
parenta35c74c509f107094fd81cee8df109b652063969 (diff)
Imported Upstream version 14.9.0.6690~ds0
Diffstat (limited to 'src/prefsubtitles.h')
-rw-r--r--src/prefsubtitles.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/prefsubtitles.h b/src/prefsubtitles.h
index a536a0d..84a07f5 100644
--- a/src/prefsubtitles.h
+++ b/src/prefsubtitles.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
+ Copyright (C) 2006-2015 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -45,21 +45,6 @@ public:
protected:
virtual void createHelp();
- void setFontName(QString font_name);
- QString fontName();
-
- void setFontFile(QString font_file);
- QString fontFile();
-
- void setUseFontconfig(bool b);
- bool useFontconfig();
-
- void setFontAutoscale(int n);
- int fontAutoscale();
-
- void setFontTextscale(double n);
- double fontTextscale();
-
void setAssFontScale(double n);
double assFontScale();
@@ -75,12 +60,6 @@ protected:
void setEncaLang(QString s);
QString encaLang();
- void setSubPos(int pos);
- int subPos();
-
- void setUseFontASS(bool v);
- bool useFontASS();
-
void setAssLineSpacing(int spacing);
int assLineSpacing();
@@ -100,7 +79,7 @@ protected:
bool freetypeSupport();
protected slots:
- void on_ass_subs_button_toggled(bool b);
+ /* void on_ass_subs_button_toggled(bool b); */
void on_ass_customize_button_clicked();
void on_freetype_check_toggled(bool b);
void on_windowsfontdir_check_toggled(bool b);