diff options
author | Michele Calgaro <[email protected]> | 2024-10-17 17:11:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-21 09:29:11 +0900 |
commit | d572a3f536f3cb283303c161095c5e83d4dc27da (patch) | |
tree | c790f230f544e78d4e4403a16b4e26a2401785e3 /src/pref.cpp | |
parent | 0d190c75668f6c20aaad9bc2a458b801de90ee0b (diff) | |
download | krecipes-d572a3f536f3cb283303c161095c5e83d4dc27da.tar.gz krecipes-d572a3f536f3cb283303c161095c5e83d4dc27da.zip |
Remove check for obsolete sqlite support. Check only for aqlite3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/pref.cpp')
-rw-r--r-- | src/pref.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index c2575cf..9d8f9f2 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -364,8 +364,6 @@ SQLiteServerPrefs::SQLiteServerPrefs( TQWidget *parent ) : TQWidget( parent ) TQString sqliteBinary; #if HAVE_SQLITE3 sqliteBinary = "sqlite3"; - #elif HAVE_SQLITE - sqliteBinary = "sqlite"; #endif // Backup options |